Home
last modified time | relevance | path

Searched refs:read_cb (Results 1 – 9 of 9) sorted by relevance

/system/bt/bta/gatt/
Dbta_gattc_queue.cc135 data->cb = op.read_cb; in gatt_execute_next_op()
143 data->cb = op.read_cb; in gatt_execute_next_op()
186 .read_cb = cb, in ReadCharacteristic()
195 .read_cb = cb, in ReadDescriptor()
Dbta_gattc_api.cc373 p_buf->read_cb = callback; in BTA_GATTC_ReadCharacteristic()
397 p_buf->read_cb = callback; in BTA_GATTC_ReadUsingCharUuid()
425 p_buf->read_cb = callback; in BTA_GATTC_ReadCharDescr()
Dbta_gattc_int.h110 GATT_READ_OP_CB read_cb; member
Dbta_gattc_act.cc891 GATT_READ_OP_CB cb = p_clcb->p_q_cmd->api_read.read_cb; in bta_gattc_read_cmpl()
/system/bt/osi/src/
Dsocket.cc193 socket_cb read_cb, socket_cb write_cb) { in socket_register() argument
199 socket->read_ready = read_cb; in socket_register()
203 void (*read_fn)(void*) = (read_cb != NULL) ? internal_read_ready : NULL; in socket_register()
/system/bt/osi/include/
Dsocket.h105 socket_cb read_cb, socket_cb write_cb);
/system/bt/bta/include/
Dbta_gatt_queue.h57 GATT_READ_OP_CB read_cb; member
/system/bt/bta/test/
Dbta_gatt_test.cc148 .read_cb = bta_gatt_read_complete_callback, in TEST_F()
273 .read_cb = bta_gatt_read_complete_callback, in TEST_F()
/system/bt/test/stub/
Dosi.cc465 socket_cb read_cb, socket_cb write_cb) { in socket_register() argument