Home
last modified time | relevance | path

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

/system/bt/bta/gatt/
Dbta_gattc_api.cc483 p_buf->hdr.event = BTA_GATTC_API_WRITE_EVT; in BTA_GATTC_WriteCharValue()
520 p_buf->hdr.event = BTA_GATTC_API_WRITE_EVT; in BTA_GATTC_WriteCharDescr()
558 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.h48 BTA_GATTC_API_WRITE_EVT, enumerator
Dbta_gattc_act.cc89 BTA_GATTC_API_WRITE_EVT, /* GATTC_OPTYPE_WRITE */
/system/bt/bta/test/
Dbta_gatt_test.cc180 .event = BTA_GATTC_API_WRITE_EVT, in TEST_F()