Searched defs:server_bda (Results 1 – 3 of 3) sorted by relevance
/external/bluetooth/bluedroid/btif/co/ |
D | bta_gattc_co.c | 86 void bta_gattc_co_cache_open(BD_ADDR server_bda, UINT16 evt, UINT16 conn_id, BOOLEAN to_save) in bta_gattc_co_cache_open() 112 void bta_gattc_co_cache_load(BD_ADDR server_bda, UINT16 evt, UINT16 start_index, UINT16 conn_id) in bta_gattc_co_cache_load() 145 void bta_gattc_co_cache_save (BD_ADDR server_bda, UINT16 evt, UINT16 num_attr, in bta_gattc_co_cache_save() 173 void bta_gattc_co_cache_close(BD_ADDR server_bda, UINT16 conn_id) in bta_gattc_co_cache_close() 198 void bta_gattc_co_cache_reset(BD_ADDR server_bda) in bta_gattc_co_cache_reset()
|
/external/bluetooth/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() 84 void bta_gattc_ci_cache_load(BD_ADDR server_bda, UINT16 evt, UINT16 num_attr, in bta_gattc_ci_cache_load() 126 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_int.h | 311 BD_ADDR server_bda; member
|