Home
last modified time | relevance | path

Searched refs:BTA_GATTC_SendIndConfirm (Results 1 – 3 of 3) sorted by relevance

/external/bluetooth/bluedroid/bta/include/
Dbta_gatt_api.h897 BTA_API extern void BTA_GATTC_SendIndConfirm (UINT16 conn_id, tBTA_GATTC_CHAR_ID *p_char_id);
/external/bluetooth/bluedroid/bta/gatt/
Dbta_gattc_api.c814 void BTA_GATTC_SendIndConfirm (UINT16 conn_id, tBTA_GATTC_CHAR_ID *p_char_id) in BTA_GATTC_SendIndConfirm() function
/external/bluetooth/bluedroid/btif/src/
Dbtif_gatt_client.c334 BTA_GATTC_SendIndConfirm(p_data->notify.conn_id, in btif_gattc_upstreams_evt()