HomeSort by relevance Sort by last modified time
    Searched refs:BTA_GATTC_SendIndConfirm (Results 1 - 3 of 3) sorted by null

  /system/bt/bta/gatt/
bta_gattc_api.cc 591 * Function BTA_GATTC_SendIndConfirm
601 void BTA_GATTC_SendIndConfirm(uint16_t conn_id, uint16_t handle) {
  /system/bt/bta/include/
bta_gatt_api.h 854 * Function BTA_GATTC_SendIndConfirm
864 extern void BTA_GATTC_SendIndConfirm(uint16_t conn_id, uint16_t handle);
    [all...]
  /system/bt/btif/src/
btif_gatt_client.cc 131 BTA_GATTC_SendIndConfirm(p_data->notify.conn_id, p_data->notify.handle);

Completed in 461 milliseconds