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

  /system/bt/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)
  /system/bt/include/
bt_target.h 773 #ifndef GATT_MAX_PHY_CHANNEL
774 #define GATT_MAX_PHY_CHANNEL 7
    [all...]
  /system/bt/stack/gatt/
gatt_utils.c 735 for (i = start_idx ; i < GATT_MAX_PHY_CHANNEL; i ++)
843 for ( i=0; i < GATT_MAX_PHY_CHANNEL; i ++)
868 for ( ; i < GATT_MAX_PHY_CHANNEL; i ++)
893 if ( (tcb_idx < GATT_MAX_PHY_CHANNEL) && gatt_cb.tcb[tcb_idx].in_use)
931 for (i = 0; i < GATT_MAX_PHY_CHANNEL; i ++)
    [all...]
gatt_int.h 467 tGATT_TCB tcb[GATT_MAX_PHY_CHANNEL];
gatt_api.c     [all...]
gatt_main.c 162 for (i = 0; i < GATT_MAX_PHY_CHANNEL; i++)
    [all...]
  /system/bt/bta/gatt/
bta_gattc_int.h 85 #define BTA_GATTC_CONN_MAX GATT_MAX_PHY_CHANNEL
  /external/libnfc-nci/src/include/
bt_target.h     [all...]

Completed in 265 milliseconds