Searched refs:gatt_cl_msg (Results 1 – 2 of 2) sorted by relevance
597 tGATT_CL_MSG gatt_cl_msg; in GATTC_ConfigureMTU() local598 gatt_cl_msg.mtu = mtu; in GATTC_ConfigureMTU()599 return attp_send_cl_msg(*p_clcb->p_tcb, p_clcb, GATT_REQ_MTU, &gatt_cl_msg); in GATTC_ConfigureMTU()877 tGATT_CL_MSG gatt_cl_msg; in GATTC_SendHandleValueConfirm() local878 gatt_cl_msg.handle = handle; in GATTC_SendHandleValueConfirm()880 attp_send_cl_msg(*p_tcb, nullptr, GATT_HANDLE_VALUE_CONF, &gatt_cl_msg); in GATTC_SendHandleValueConfirm()
280 tGATT_CL_MSG gatt_cl_msg; in gatt_send_queue_write_cancel() local281 gatt_cl_msg.exec_write = flag; in gatt_send_queue_write_cancel()282 rt = attp_send_cl_msg(tcb, p_clcb, GATT_REQ_EXEC_WRITE, &gatt_cl_msg); in gatt_send_queue_write_cancel()