Searched refs:tBTA_GATTS_IF (Results 1 – 7 of 7) sorted by relevance
/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/include/ |
D | bta_gatts_int.h | 76 tBTA_GATTS_IF server_if; 83 tBTA_GATTS_IF server_if; 143 tBTA_GATTS_IF server_if; 154 tBTA_GATTS_IF server_if; 160 tBTA_GATTS_IF server_if; 190 tBTA_GATTS_IF gatt_if; 258 extern tBTA_GATTS_RCB *bta_gatts_find_app_rcb_by_app_if(tBTA_GATTS_IF server_if); 259 extern UINT8 bta_gatts_find_app_rcb_idx_by_app_if(tBTA_GATTS_CB *p_cb, tBTA_GATTS_IF server_if);
|
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/ |
D | bta_gatt_api.h | 486 typedef tGATT_IF tBTA_GATTS_IF; typedef 583 tBTA_GATTS_IF server_if; 590 tBTA_GATTS_IF server_if; 599 tBTA_GATTS_IF server_if; 606 tBTA_GATTS_IF server_if; 613 tBTA_GATTS_IF server_if; 620 tBTA_GATTS_IF server_if; 648 tBTA_GATTS_IF server_if; 653 tBTA_GATTS_IF server_if; 658 tBTA_GATTS_IF server_if; [all …]
|
/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/ |
D | bta_gatts_api.c | 121 void BTA_GATTS_AppDeregister(tBTA_GATTS_IF server_if) in BTA_GATTS_AppDeregister() 153 void BTA_GATTS_CreateService(tBTA_GATTS_IF server_if, const tBT_UUID * p_service_uuid, UINT8 inst, in BTA_GATTS_CreateService() 520 void BTA_GATTS_Open(tBTA_GATTS_IF server_if, BD_ADDR remote_bda, BOOLEAN is_direct, in BTA_GATTS_Open() 552 void BTA_GATTS_CancelOpen(tBTA_GATTS_IF server_if, BD_ADDR remote_bda, BOOLEAN is_direct) in BTA_GATTS_CancelOpen() 590 void BTA_GATTS_SendServiceChangeIndication(tBTA_GATTS_IF server_if, BD_ADDR remote_bda) in BTA_GATTS_SendServiceChangeIndication() 621 void BTA_GATTS_Listen(tBTA_GATTS_IF server_if, BOOLEAN start, BD_ADDR_PTR target_bda) in BTA_GATTS_Listen()
|
D | bta_gatts_utils.c | 87 tBTA_GATTS_RCB *bta_gatts_find_app_rcb_by_app_if(tBTA_GATTS_IF server_if) in bta_gatts_find_app_rcb_by_app_if() 110 UINT8 bta_gatts_find_app_rcb_idx_by_app_if(tBTA_GATTS_CB *p_cb, tBTA_GATTS_IF server_if) in bta_gatts_find_app_rcb_idx_by_app_if()
|
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/include/ |
D | dis_api.h | 216 extern void DIS_Init (tBTA_GATTS_IF gatt_if, tDIS_ATTR_MASK dis_attr_mask); 274 extern void bas_init(tBTA_GATTS_IF gatt_if, UINT16 app_id);
|
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/battery/ |
D | battery_prf.c | 380 void bas_init(tBTA_GATTS_IF gatt_if, UINT16 app_id) in bas_init()
|
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/bluedroid_host/ |
D | mesh_bearer_adapt.c | 67 static tBTA_GATTS_IF bt_mesh_gatts_if;
|