Searched refs:gatt_cl_msg (Results 1 – 2 of 2) sorted by relevance
719 tGATT_CL_MSG gatt_cl_msg; in GATTC_ConfigureMTU() local726 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()
299 tGATT_CL_MSG gatt_cl_msg; in gatt_send_queue_write_cancel() local300 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()