Searched refs:GATT_REQ_MTU (Results 1 – 4 of 4) sorted by relevance
539 case GATT_REQ_MTU: in attp_send_cl_msg()543 p_cmd = attp_build_mtu_cmd(GATT_REQ_MTU, p_msg->mtu); in attp_send_cl_msg()
53 op_code == GATT_REQ_MTU || in gatt_sr_enqueue_cmd()897 gatt_send_error_rsp (p_tcb, GATT_REQ_NOT_SUPPORTED, GATT_REQ_MTU, 0, FALSE); in gatts_process_mtu_req()1468 case GATT_REQ_MTU: in gatt_server_handle_client_req()
797 … ret = attp_send_cl_msg (p_clcb->p_tcb, p_clcb->clcb_idx, GATT_REQ_MTU, (tGATT_CL_MSG *)&mtu); in GATTC_ConfigureMTU()
70 #define GATT_REQ_MTU 0x02 macro