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

/system/bt/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)
/system/bt/include/
H A Dbt_target.h773 #ifndef GATT_MAX_PHY_CHANNEL
774 #define GATT_MAX_PHY_CHANNEL 7 macro
/system/bt/stack/gatt/
H A Dgatt_utils.c735 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 ++)
1733 for (xx = 0; xx < GATT_MAX_PHY_CHANNEL; xx++)
H A Dgatt_int.h467 tGATT_TCB tcb[GATT_MAX_PHY_CHANNEL];
H A Dgatt_api.c1273 for (i=0, p_tcb = gatt_cb.tcb; i < GATT_MAX_PHY_CHANNEL; i++, p_tcb++)
H A Dgatt_main.c162 for (i = 0; i < GATT_MAX_PHY_CHANNEL; i++)
/system/bt/bta/gatt/
H A Dbta_gattc_int.h85 #define BTA_GATTC_CONN_MAX GATT_MAX_PHY_CHANNEL

Completed in 142 milliseconds