HomeSort by relevance Sort by last modified time
    Searched refs:GATT_REQ_MTU (Results 1 - 4 of 4) sorted by null

  /external/bluetooth/bluedroid/stack/gatt/
att_protocol.c 543 case GATT_REQ_MTU:
547 p_cmd = attp_build_mtu_cmd(GATT_REQ_MTU, p_msg->mtu);
gatt_sr.c 56 op_code == GATT_REQ_MTU ||
919 gatt_send_error_rsp (p_tcb, GATT_REQ_NOT_SUPPORTED, GATT_REQ_MTU, 0, FALSE);
924 gatt_send_error_rsp (p_tcb, GATT_INVALID_PDU, GATT_REQ_MTU, 0, FALSE);
    [all...]
gatt_api.c 807 ret = attp_send_cl_msg (p_clcb->p_tcb, p_clcb->clcb_idx, GATT_REQ_MTU, (tGATT_CL_MSG *)&mtu);
    [all...]
  /external/bluetooth/bluedroid/stack/include/
gatt_api.h 74 #define GATT_REQ_MTU 0x02
    [all...]

Completed in 437 milliseconds