Home
last modified time | relevance | path

Searched refs:BTA_GATTC_WRITE_CHAR_EVT (Results 1 – 4 of 4) sorted by relevance

/system/bt/bta/include/
Dbta_gatt_api.h117 #define BTA_GATTC_WRITE_CHAR_EVT 4 /* GATT write characteristic or char descriptor event */ macro
/system/bt/bta/hh/
Dbta_hh_le.c2893 case BTA_GATTC_WRITE_CHAR_EVT: /* 4 */ in bta_hh_gattc_callback()
2895 if (event == BTA_GATTC_WRITE_CHAR_EVT) in bta_hh_gattc_callback()
/system/bt/bta/gatt/
Dbta_gattc_act.c1417 event = BTA_GATTC_WRITE_CHAR_EVT; in bta_gattc_write_cmpl()
/system/bt/btif/src/
Dbtif_gatt_client.c497 case BTA_GATTC_WRITE_CHAR_EVT: in btif_gattc_upstreams_evt()