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

/external/bluetooth/bluedroid/stack/gatt/
H A Dgatt_utils.c711 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 ++)
1581 for (xx = 0; xx < GATT_MAX_PHY_CHANNEL; xx++)
H A Dgatt_int.h458 tGATT_TCB tcb[GATT_MAX_PHY_CHANNEL];
H A Dgatt_api.c1268 for (i=0, p_tcb = gatt_cb.tcb; i < GATT_MAX_PHY_CHANNEL; i++, p_tcb++)
/external/bluetooth/bluedroid/bta/gatt/
H A Dbta_gattc_int.h86 #define BTA_GATTC_CONN_MAX GATT_MAX_PHY_CHANNEL
/external/bluetooth/bluedroid/include/
H A Dbt_target.h1439 #ifndef GATT_MAX_PHY_CHANNEL
1440 #define GATT_MAX_PHY_CHANNEL 4 macro
/external/libnfc-nci/src/include/
H A Dbt_target.h1364 #ifndef GATT_MAX_PHY_CHANNEL
1365 #define GATT_MAX_PHY_CHANNEL 4 macro

Completed in 104 milliseconds