Home
last modified time | relevance | path

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

/system/bt/bta/gatt/
Dbta_gattc_api.c542 void BTA_GATTC_ExecuteWrite (UINT16 conn_id, BOOLEAN is_execute) in BTA_GATTC_ExecuteWrite() function
/system/bt/bta/include/
Dbta_gatt_api.h923 extern void BTA_GATTC_ExecuteWrite (UINT16 conn_id, BOOLEAN is_execute);
/system/bt/btif/src/
Dbtif_gatt_client.c1265 BTA_GATTC_ExecuteWrite(p_cb->conn_id, p_cb->action); in btgattc_handle_event()