Home
last modified time | relevance | path

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

/device/soc/esp/esp32/components/bt/host/bluedroid/bta/gatt/
Dbta_gattc_ci.c52 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()
Dbta_gattc_co.c235 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()
Dbta_gattc_cache.c2170 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/
Dbluetooth_device.c237 BdAddr server_bda, in BleGattcRegisterForNotify()
/device/soc/esp/esp32/components/bt/host/bluedroid/api/
Desp_gattc_api.c653 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/
Dbta_gattc_int.h290 BD_ADDR server_bda; member