Home
last modified time | relevance | path

Searched refs:gatt_send_write_msg (Results 1 – 3 of 3) sorted by relevance

/aosp12/system/bt/stack/gatt/
H A Dgatt_cl.cc231 tGATT_STATUS rt = gatt_send_write_msg(tcb, p_clcb, op_code, attr.handle, in gatt_act_write()
247 tGATT_STATUS rt = gatt_send_write_msg( in gatt_act_write()
359 tGATT_STATUS rt = gatt_send_write_msg( in gatt_send_prepare_write()
H A Dgatt_int.h597 extern tGATT_STATUS gatt_send_write_msg(tGATT_TCB& p_tcb, tGATT_CLCB* p_clcb,
H A Dgatt_utils.cc1457 tGATT_STATUS gatt_send_write_msg(tGATT_TCB& tcb, tGATT_CLCB* p_clcb, in gatt_send_write_msg() function