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

/external/bluetooth/bluedroid/bta/dm/
H A Dbta_dm_int.h128 #if ( BTM_EIR_SERVER_INCLUDED == TRUE )&&( BTA_EIR_CANNED_UUID_LIST != TRUE )&&(BTA_EIR_SERVER_NUM_CUSTOM_UUID > 0)
657 #if ( BTM_EIR_SERVER_INCLUDED == TRUE )&&( BTA_EIR_CANNED_UUID_LIST != TRUE )&&(BTA_EIR_SERVER_NUM_CUSTOM_UUID > 0)
823 #if ( BTM_EIR_SERVER_INCLUDED == TRUE )&&( BTA_EIR_CANNED_UUID_LIST != TRUE )&&(BTA_EIR_SERVER_NUM_CUSTOM_UUID > 0)
962 #if (BTA_EIR_SERVER_NUM_CUSTOM_UUID > 0)
963 tBT_UUID custom_uuid[BTA_EIR_SERVER_NUM_CUSTOM_UUID];
1253 #if ( BTM_EIR_SERVER_INCLUDED == TRUE )&&( BTA_EIR_CANNED_UUID_LIST != TRUE )&&(BTA_EIR_SERVER_NUM_CUSTOM_UUID > 0)
H A Dbta_dm_main.c124 #if ( BTM_EIR_SERVER_INCLUDED == TRUE )&&( BTA_EIR_CANNED_UUID_LIST != TRUE )&&(BTA_EIR_SERVER_NUM_CUSTOM_UUID > 0)
H A Dbta_dm_act.c4071 #if ( BTA_EIR_CANNED_UUID_LIST != TRUE )&&(BTA_EIR_SERVER_NUM_CUSTOM_UUID > 0)
4084 UINT8 empty_slot = BTA_EIR_SERVER_NUM_CUSTOM_UUID;
4085 UINT8 match_slot = BTA_EIR_SERVER_NUM_CUSTOM_UUID;
4087 for (xx = 0; xx < BTA_EIR_SERVER_NUM_CUSTOM_UUID; xx++)
4091 if (empty_slot == BTA_EIR_SERVER_NUM_CUSTOM_UUID)
4094 else if (match_slot == BTA_EIR_SERVER_NUM_CUSTOM_UUID)
4105 if (match_slot == BTA_EIR_SERVER_NUM_CUSTOM_UUID)
4107 if (empty_slot == BTA_EIR_SERVER_NUM_CUSTOM_UUID)
4125 if (match_slot == BTA_EIR_SERVER_NUM_CUSTOM_UUID)
4181 #if (BTA_EIR_SERVER_NUM_CUSTOM_UUID >
[all...]
H A Dbta_dm_api.c936 #if ( BTM_EIR_SERVER_INCLUDED == TRUE )&&( BTA_EIR_CANNED_UUID_LIST != TRUE )&&(BTA_EIR_SERVER_NUM_CUSTOM_UUID > 0)
963 #if ( BTM_EIR_SERVER_INCLUDED == TRUE )&&( BTA_EIR_CANNED_UUID_LIST != TRUE )&&(BTA_EIR_SERVER_NUM_CUSTOM_UUID > 0)
/external/bluetooth/bluedroid/include/
H A Dbt_target.h3748 #ifndef BTA_EIR_SERVER_NUM_CUSTOM_UUID
3749 #define BTA_EIR_SERVER_NUM_CUSTOM_UUID 8 macro
/external/libnfc-nci/src/include/
H A Dbt_target.h3928 #ifndef BTA_EIR_SERVER_NUM_CUSTOM_UUID
3929 #define BTA_EIR_SERVER_NUM_CUSTOM_UUID 8 macro

Completed in 133 milliseconds