Home
last modified time | relevance | path

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

/device/soc/esp/esp32/components/bt/host/bluedroid/stack/gatt/
Dgatt_api.c577 tGATT_TCB *p_tcb = gatt_get_tcb_by_idx(tcb_idx); in GATTS_HandleValueIndication()
644 tGATT_TCB *p_tcb = gatt_get_tcb_by_idx(tcb_idx); in GATTS_HandleValueNotification()
690 tGATT_TCB *p_tcb = gatt_get_tcb_by_idx(tcb_idx); in GATTS_SendRsp()
809 tGATT_TCB *p_tcb = gatt_get_tcb_by_idx(tcb_idx); in GATTC_ConfigureMTU()
861 tGATT_TCB *p_tcb = gatt_get_tcb_by_idx(tcb_idx); in GATTC_Discover()
924 tGATT_TCB *p_tcb = gatt_get_tcb_by_idx(tcb_idx); in GATTC_Read()
1004 tGATT_TCB *p_tcb = gatt_get_tcb_by_idx(tcb_idx); in GATTC_Write()
1069 tGATT_TCB *p_tcb = gatt_get_tcb_by_idx(tcb_idx); in GATTC_ExecuteWrite()
1111 tGATT_TCB *p_tcb = gatt_get_tcb_by_idx(GATT_GET_TCB_IDX(conn_id)); in GATTC_SendHandleValueConfirm()
1477 p_tcb = gatt_get_tcb_by_idx(tcb_idx); in GATT_Disconnect()
[all …]
Dgatt_utils.c787 p_tcb = gatt_get_tcb_by_idx(start_idx); in gatt_find_the_connected_bda()
937 tGATT_TCB *gatt_get_tcb_by_idx(UINT8 tcb_idx) in gatt_get_tcb_by_idx() function
968 p_tcb = gatt_get_tcb_by_idx(i); in gatt_find_tcb_by_addr()
1756 tGATT_TCB *p_tcb = gatt_get_tcb_by_idx(tcb_idx); in gatt_clcb_alloc()
Dgatt_main.c1173 p_tcb = gatt_get_tcb_by_idx(found_idx); in gatt_proc_srv_chg()
/device/soc/esp/esp32/components/bt/host/bluedroid/api/
Desp_gattc_api.c361 tGATT_TCB *p_tcb = gatt_get_tcb_by_idx(conn_id); in esp_ble_gattc_read_char()
398 tGATT_TCB *p_tcb = gatt_get_tcb_by_idx(conn_id); in esp_ble_gattc_read_by_type()
430 tGATT_TCB *p_tcb = gatt_get_tcb_by_idx(conn_id); in esp_ble_gattc_read_multiple()
467 tGATT_TCB *p_tcb = gatt_get_tcb_by_idx(conn_id); in esp_ble_gattc_read_char_descr()
500 tGATT_TCB *p_tcb = gatt_get_tcb_by_idx(conn_id); in esp_ble_gattc_write_char()
538 tGATT_TCB *p_tcb = gatt_get_tcb_by_idx(conn_id); in esp_ble_gattc_write_char_descr()
576 tGATT_TCB *p_tcb = gatt_get_tcb_by_idx(conn_id); in esp_ble_gattc_prepare_write()
612 tGATT_TCB *p_tcb = gatt_get_tcb_by_idx(conn_id); in esp_ble_gattc_prepare_write_char_descr()
Desp_gatts_api.c265 tGATT_TCB *p_tcb = gatt_get_tcb_by_idx(conn_id); in esp_ble_gatts_send_indicate()
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/gatt/include/
Dgatt_int.h696 extern tGATT_TCB *gatt_get_tcb_by_idx(UINT8 tcb_idx);
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/l2cap/
Dl2c_api.c2327 tGATT_TCB * p_tcb = gatt_get_tcb_by_idx(tcb_idx); in l2ble_update_att_acl_pkt_num()