Searched refs:GATT_MAX_PHY_CHANNEL (Results 1 - 7 of 7) sorted by relevance

/external/bluetooth/bluedroid/bta/include/
H A Dbta_hh_api.h81 /* 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/
H A Dgatt_utils.c715 for (i = start_idx ; i < GATT_MAX_PHY_CHANNEL; i ++)
817 for ( i=0; i < GATT_MAX_PHY_CHANNEL; i ++)
842 for ( ; i < GATT_MAX_PHY_CHANNEL; i ++)
867 if ( (tcb_idx < GATT_MAX_PHY_CHANNEL) && gatt_cb.tcb[tcb_idx].in_use)
905 for (i = 0; i < GATT_MAX_PHY_CHANNEL; i ++)
1673 for (xx = 0; xx < GATT_MAX_PHY_CHANNEL; xx++)
H A Dgatt_api.c1278 for (i=0, p_tcb = gatt_cb.tcb; i < GATT_MAX_PHY_CHANNEL; i++, p_tcb++)
H A Dgatt_int.h488 tGATT_TCB tcb[GATT_MAX_PHY_CHANNEL];
/external/bluetooth/bluedroid/include/
H A Dbt_target.h1427 #ifndef GATT_MAX_PHY_CHANNEL
1428 #define GATT_MAX_PHY_CHANNEL 7 macro
/external/libnfc-nci/src/include/
H A Dbt_target.h1338 #ifndef GATT_MAX_PHY_CHANNEL
1339 #define GATT_MAX_PHY_CHANNEL 4 /* limited by the BLE controller upto 15 */ macro
/external/bluetooth/bluedroid/bta/gatt/
H A Dbta_gattc_int.h89 #define BTA_GATTC_CONN_MAX GATT_MAX_PHY_CHANNEL

Completed in 199 milliseconds