56 lines
1 KiB
ArmAsm
56 lines
1 KiB
ArmAsm
.include "macros.inc"
|
|
|
|
.section .rodata, "wa" # 0x80406560 - 0x80421040 ; 0x0001AAE0
|
|
.global bta_hh_action
|
|
bta_hh_action:
|
|
|
|
.4byte bta_hh_api_disc_act
|
|
.4byte bta_hh_open_act
|
|
.4byte bta_hh_close_act
|
|
.4byte bta_hh_data_act
|
|
.4byte bta_hh_ctrl_dat_act
|
|
.4byte bta_hh_handsk_act
|
|
.4byte bta_hh_start_sdp
|
|
.4byte bta_hh_sdp_cmpl
|
|
.4byte bta_hh_write_dev_act
|
|
.4byte bta_hh_get_dscp_act
|
|
.4byte bta_hh_maint_dev_act
|
|
.4byte bta_hh_open_cmpl_act
|
|
|
|
.global bta_hh_st_idle
|
|
bta_hh_st_idle:
|
|
|
|
.4byte 0x06020C01
|
|
.4byte 0x01020201
|
|
.4byte 0x0C010C01
|
|
.4byte 0x0C010C01
|
|
.4byte 0x0C010C01
|
|
.4byte 0x0A010C01
|
|
|
|
.global bta_hh_st_w4_conn
|
|
bta_hh_st_w4_conn:
|
|
|
|
.4byte 0x0C020C01
|
|
.4byte 0x01020201
|
|
.4byte 0x0C020C02
|
|
.4byte 0x0C020702
|
|
.4byte 0x0C020C02
|
|
.4byte 0x0A010B03
|
|
|
|
.global bta_hh_st_connected
|
|
bta_hh_st_connected:
|
|
|
|
.4byte 0x0C030003
|
|
.4byte 0x01030201
|
|
.4byte 0x03030403
|
|
.4byte 0x05030C03
|
|
.4byte 0x08030903
|
|
.4byte 0x0A030C03
|
|
|
|
.global bta_hh_st_tbl
|
|
bta_hh_st_tbl:
|
|
|
|
.4byte bta_hh_st_idle
|
|
.4byte bta_hh_st_w4_conn
|
|
.4byte bta_hh_st_connected
|
|
.4byte 0
|