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 118 #ifndef GATT_MAX_MTU_SIZE
119 #define GATT_MAX_MTU_SIZE 517
    [all...]
  /external/bluetooth/bluedroid/stack/gatt/
gatt_main.c 599 cfg.mtu = GATT_MAX_MTU_SIZE;
637 cfg.mtu = GATT_MAX_MTU_SIZE;
    [all...]
att_protocol.c 544 if (p_msg->mtu <= GATT_MAX_MTU_SIZE)
gatt_sr.c 932 else if (mtu > GATT_MAX_MTU_SIZE)
933 p_tcb->payload_size = GATT_MAX_MTU_SIZE;
    [all...]
gatt_api.c 791 if ( (p_tcb == NULL) || (p_reg==NULL) || (mtu < GATT_DEF_BLE_MTU_SIZE) || (mtu > GATT_MAX_MTU_SIZE))
    [all...]
gatt_int.h 109 UINT8 value[GATT_MAX_MTU_SIZE]; /* pointer to the attribute value to be found */

Completed in 39 milliseconds