Searched defs:write_cb (Results 1 - 3 of 3) sorted by relevance

/system/bt/bta/include/
H A Dbta_gatt_queue.h57 GATT_WRITE_OP_CB write_cb; member in struct:BtaGattQueue::gatt_operation
/system/bt/osi/src/
H A Dsocket.cc196 socket_cb read_cb, socket_cb write_cb) {
203 socket->write_ready = write_cb;
207 void (*write_fn)(void*) = (write_cb != NULL) ? internal_write_ready : NULL;
195 socket_register(socket_t* socket, reactor_t* reactor, void* context, socket_cb read_cb, socket_cb write_cb) argument
/system/bt/bta/gatt/
H A Dbta_gattc_int.h124 GATT_WRITE_OP_CB write_cb; member in struct:__anon106

Completed in 137 milliseconds