Home
last modified time | relevance | path

Searched refs:gatt_cl_msg (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/system/stack/gatt/
Dgatt_api.cc719 tGATT_CL_MSG gatt_cl_msg; in GATTC_ConfigureMTU() local
726 gatt_cl_msg.mtu = gatt_get_local_mtu(); in GATTC_ConfigureMTU()
729 gatt_cl_msg.mtu, mtu); in GATTC_ConfigureMTU()
732 attp_send_cl_msg(*p_clcb->p_tcb, p_clcb, GATT_REQ_MTU, &gatt_cl_msg); in GATTC_ConfigureMTU()
Dgatt_cl.cc299 tGATT_CL_MSG gatt_cl_msg; in gatt_send_queue_write_cancel() local
300 gatt_cl_msg.exec_write = flag; in gatt_send_queue_write_cancel()
301 rt = attp_send_cl_msg(tcb, p_clcb, GATT_REQ_EXEC_WRITE, &gatt_cl_msg); in gatt_send_queue_write_cancel()