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

  /external/bluetooth/bluedroid/bta/include/
bta_hh_api.h 81 /* GATT_MAX_PHY_CHANNEL can not exceed 14 for the design of BTA HH */
82 #define BTA_HH_LE_MAX_KNOWN GATT_MAX_PHY_CHANNEL
83 #define BTA_HH_MAX_DEVICE (HID_HOST_MAX_DEVICES + GATT_MAX_PHY_CHANNEL)
  /external/bluetooth/bluedroid/stack/gatt/
gatt_utils.c 711 for (i = start_idx ; i < GATT_MAX_PHY_CHANNEL; i ++)
812 for ( i=0; i < GATT_MAX_PHY_CHANNEL; i ++)
837 for ( ; i < GATT_MAX_PHY_CHANNEL; i ++)
862 if ( (tcb_idx < GATT_MAX_PHY_CHANNEL) && gatt_cb.tcb[tcb_idx].in_use)
900 for (i = 0; i < GATT_MAX_PHY_CHANNEL; i ++)
    [all...]
gatt_int.h 458 tGATT_TCB tcb[GATT_MAX_PHY_CHANNEL];
gatt_api.c     [all...]
  /external/bluetooth/bluedroid/bta/gatt/
bta_gattc_int.h 86 #define BTA_GATTC_CONN_MAX GATT_MAX_PHY_CHANNEL
  /external/bluetooth/bluedroid/include/
bt_target.h     [all...]
  /external/libnfc-nci/src/include/
bt_target.h     [all...]

Completed in 73 milliseconds