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

  /system/bt/stack/include/
gatt_api.h 119 #ifndef GATT_MAX_MTU_SIZE
120 #define GATT_MAX_MTU_SIZE 517
    [all...]
  /system/bt/stack/gatt/
att_protocol.c 516 if (p_msg->mtu <= GATT_MAX_MTU_SIZE)
gatt_main.c 653 cfg.mtu = GATT_MAX_MTU_SIZE;
691 cfg.mtu = GATT_MAX_MTU_SIZE;
    [all...]
gatt_int.h 109 UINT8 value[GATT_MAX_MTU_SIZE]; /* pointer to the attribute value to be found */
gatt_sr.c 893 else if (mtu > GATT_MAX_MTU_SIZE)
894 p_tcb->payload_size = GATT_MAX_MTU_SIZE;
    [all...]
gatt_api.c 790 if ( (p_tcb == NULL) || (p_reg==NULL) || (mtu < GATT_DEF_BLE_MTU_SIZE) || (mtu > GATT_MAX_MTU_SIZE))
    [all...]

Completed in 47 milliseconds