Home
last modified time | relevance | path

Searched refs:BTA_GATTC_API_WRITE_EVT (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/system/bta/gatt/
Dbta_gattc_api.cc513 p_buf->hdr.event = BTA_GATTC_API_WRITE_EVT; in BTA_GATTC_WriteCharValue()
550 p_buf->hdr.event = BTA_GATTC_API_WRITE_EVT; in BTA_GATTC_WriteCharDescr()
588 p_buf->hdr.event = BTA_GATTC_API_WRITE_EVT; in BTA_GATTC_PrepareWrite()
Dbta_gattc_main.cc427 case BTA_GATTC_API_WRITE_EVT: in gattc_evt_code()
Dbta_gattc_int.h53 BTA_GATTC_API_WRITE_EVT, enumerator
Dbta_gattc_act.cc100 BTA_GATTC_API_WRITE_EVT, /* GATTC_OPTYPE_WRITE */
/packages/modules/Bluetooth/system/bta/test/
Dbta_gatt_test.cc184 .event = BTA_GATTC_API_WRITE_EVT, in TEST_F()