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

  /external/bluetooth/bluedroid/stack/include/
gatt_api.h 114 #ifndef GATT_MAX_MTU_SIZE
115 #define GATT_MAX_MTU_SIZE 517
    [all...]
  /external/bluetooth/bluedroid/stack/gatt/
gatt_main.c 544 cfg.mtu = GATT_MAX_MTU_SIZE;
582 cfg.mtu = GATT_MAX_MTU_SIZE;
    [all...]
att_protocol.c 543 if (p_msg->mtu <= GATT_MAX_MTU_SIZE)
gatt_sr.c 914 if (mtu <= GATT_MAX_MTU_SIZE)
917 p_tcb->payload_size = GATT_MAX_MTU_SIZE;
    [all...]
gatt_int.h 109 UINT8 value[GATT_MAX_MTU_SIZE]; /* pointer to the attribute value to be found */
gatt_api.c 781 if ( (p_tcb == NULL) || (p_reg==NULL) || (mtu < GATT_DEF_BLE_MTU_SIZE) || (mtu > GATT_MAX_MTU_SIZE))
    [all...]

Completed in 32 milliseconds