Home
last modified time | relevance | path

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

/system/bt/bta/gatt/
Dbta_gattc_api.c436 p_buf->cmpl_evt = BTA_GATTC_WRITE_CHAR_EVT; in BTA_GATTC_WriteCharValue()
/system/bt/bta/include/
Dbta_gatt_api.h118 #define BTA_GATTC_WRITE_CHAR_EVT 4 /* GATT write characteristic or char descriptor event */ macro
/system/bt/bta/hh/
Dbta_hh_le.c2662 case BTA_GATTC_WRITE_CHAR_EVT: /* 4 */ in bta_hh_gattc_callback()
2666 if (event == BTA_GATTC_WRITE_CHAR_EVT) in bta_hh_gattc_callback()
/system/bt/btif/src/
Dbtif_gatt_client.c477 case BTA_GATTC_WRITE_CHAR_EVT: in btif_gattc_upstreams_evt()