Searched defs:server_bda (Results 1 – 6 of 6) sorted by relevance
/device/soc/esp/esp32/components/bt/host/bluedroid/bta/gatt/ |
D | bta_gattc_ci.c | 52 void bta_gattc_ci_cache_open(BD_ADDR server_bda, UINT16 evt, tBTA_GATT_STATUS status, in bta_gattc_ci_cache_open() 83 void bta_gattc_ci_cache_load(BD_ADDR server_bda, UINT16 evt, UINT16 num_attr, in bta_gattc_ci_cache_load() 123 void bta_gattc_ci_cache_save(BD_ADDR server_bda, UINT16 evt, tBTA_GATT_STATUS status, in bta_gattc_ci_cache_save()
|
D | bta_gattc_co.c | 235 tBTA_GATT_STATUS bta_gattc_co_cache_open(BD_ADDR server_bda, BOOLEAN to_save, UINT8 *index) in bta_gattc_co_cache_open() 311 void bta_gattc_co_cache_save (BD_ADDR server_bda, UINT16 num_attr, in bta_gattc_co_cache_save() 349 void bta_gattc_co_cache_close(BD_ADDR server_bda, UINT16 conn_id) in bta_gattc_co_cache_close() 373 void bta_gattc_co_cache_reset(BD_ADDR server_bda) in bta_gattc_co_cache_reset()
|
D | bta_gattc_cache.c | 2170 static void bta_gattc_cache_write(BD_ADDR server_bda, UINT16 num_attr, in bta_gattc_cache_write() 2188 void bta_gattc_cache_reset(BD_ADDR server_bda) in bta_gattc_cache_reset()
|
/device/board/openvalley/niobeu4/liteos_m/hals/drivers/bluetooth_lite/ |
D | bluetooth_device.c | 237 BdAddr server_bda, in BleGattcRegisterForNotify()
|
/device/soc/esp/esp32/components/bt/host/bluedroid/api/ |
D | esp_gattc_api.c | 653 esp_bd_addr_t server_bda, uint16_t handle) in esp_ble_gattc_register_for_notify() 671 esp_bd_addr_t server_bda, uint16_t handle) in esp_ble_gattc_unregister_for_notify()
|
/device/soc/esp/esp32/components/bt/host/bluedroid/bta/gatt/include/ |
D | bta_gattc_int.h | 290 BD_ADDR server_bda; member
|