Home
last modified time | relevance | path

Searched refs:l2cap_find_slot_by_handle (Results 1 – 1 of 1) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/l2cap/
Dbtc_l2cap.c118 static l2cap_slot_t *l2cap_find_slot_by_handle(uint32_t handle) in l2cap_find_slot_by_handle() function
688 slot = l2cap_find_slot_by_handle(handle); in btc_l2cap_write()
718 slot = l2cap_find_slot_by_handle(handle); in btc_l2cap_disconnect()
801 slot = l2cap_find_slot_by_handle(p_data->l2c_open.handle); in btc_l2cap_cb_handler()
890 slot = l2cap_find_slot_by_handle(p_data->data_ind.handle); in btc_l2cap_cb_handler()
915 slot = l2cap_find_slot_by_handle(p_data->l2c_cong.handle); in btc_l2cap_cb_handler()
933 slot = l2cap_find_slot_by_handle(p_data->l2c_read.handle); in btc_l2cap_cb_handler()
958 slot = l2cap_find_slot_by_handle(p_data->l2c_write.handle); in btc_l2cap_cb_handler()