Searched refs:gatt_send_write_msg (Results 1 – 3 of 3) sorted by relevance
/packages/modules/Bluetooth/system/stack/gatt/ |
D | gatt_cl.cc | 237 gatt_send_write_msg(tcb, p_clcb, op_code, attr.handle, attr.len, 0, attr.value); in gatt_act_write() 251 tGATT_STATUS rt = gatt_send_write_msg(tcb, p_clcb, GATT_REQ_WRITE, attr.handle, attr.len, 0, in gatt_act_write() 368 tGATT_STATUS rt = gatt_send_write_msg(tcb, p_clcb, GATT_REQ_PREPARE_WRITE, p_attr->handle, in gatt_send_prepare_write()
|
D | gatt_int.h | 638 tGATT_STATUS gatt_send_write_msg(tGATT_TCB& p_tcb, tGATT_CLCB* p_clcb, uint8_t op_code,
|
D | gatt_utils.cc | 1625 tGATT_STATUS gatt_send_write_msg(tGATT_TCB& tcb, tGATT_CLCB* p_clcb, uint8_t op_code, in gatt_send_write_msg() function
|