Home
last modified time | relevance | path

Searched defs:profile_index (Results 1 – 1 of 1) sorted by relevance

/device/board/hisilicon/hispark_phoenix/peripherals/bluetooth/rtkbt/code/libbt-vendor/src/
Drtk_parse.c214 uint8_t profile_index; member
690 uint8_t list_allocate_add(uint16_t handle, uint16_t psm, int8_t profile_index, uint16_t dcid, uint1… in list_allocate_add()
984 void update_profile_state(uint8_t profile_index, uint8_t is_busy) in update_profile_state()
1019 void rtk_check_setup_timer(int8_t profile_index) in rtk_check_setup_timer()
1043 void rtk_check_del_timer(int8_t profile_index) in rtk_check_del_timer()
1068 void update_profile_connection(tRTK_CONN_PROF *phci_conn, int8_t profile_index, uint8_t is_add) in update_profile_connection()
1188 int8_t profile_index = psm_to_profile_index(psm); in handle_l2cap_con_req() local