Home
last modified time | relevance | path

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

/system/bt/bta/include/
Dbta_gatt_api.h116 #define BTA_GATTC_READ_CHAR_EVT 3 /* GATT read characteristic event */ macro
/system/bt/btif/src/
Dbtif_gatt_client.c324 case BTA_GATTC_READ_CHAR_EVT: in btapp_gattc_req_data()
370 case BTA_GATTC_READ_CHAR_EVT: in btapp_gattc_free_req_data()
487 case BTA_GATTC_READ_CHAR_EVT: in btif_gattc_upstreams_evt()
/system/bt/bta/hh/
Dbta_hh_le.c2881 case BTA_GATTC_READ_CHAR_EVT: /* 3 */ in bta_hh_gattc_callback()
2884 if (event == BTA_GATTC_READ_CHAR_EVT) in bta_hh_gattc_callback()
/system/bt/bta/gatt/
Dbta_gattc_act.c1367 BTA_GATTC_READ_CHAR_EVT: BTA_GATTC_READ_DESCR_EVT; in bta_gattc_read_cmpl()