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.h104 #if ( BTM_EIR_SERVER_INCLUDED == TRUE )&&( BTA_EIR_CANNED_UUID_LIST != TRUE )&&(BTA_EIR_SERVER_NUM_CUSTOM_UUID > 0)
537 #if ( BTM_EIR_SERVER_INCLUDED == TRUE )&&( BTA_EIR_CANNED_UUID_LIST != TRUE )&&(BTA_EIR_SERVER_NUM_CUSTOM_UUID > 0)
643 #if ( BTM_EIR_SERVER_INCLUDED == TRUE )&&( BTA_EIR_CANNED_UUID_LIST != TRUE )&&(BTA_EIR_SERVER_NUM_CUSTOM_UUID > 0)
770 #if (BTA_EIR_SERVER_NUM_CUSTOM_UUID > 0)
771 tBT_UUID custom_uuid[BTA_EIR_SERVER_NUM_CUSTOM_UUID];
1037 #if ( BTM_EIR_SERVER_INCLUDED == TRUE )&&( BTA_EIR_CANNED_UUID_LIST != TRUE )&&(BTA_EIR_SERVER_NUM_CUSTOM_UUID > 0)
H A Dbta_dm_main.c101 #if ( BTM_EIR_SERVER_INCLUDED == TRUE )&&( BTA_EIR_CANNED_UUID_LIST != TRUE )&&(BTA_EIR_SERVER_NUM_CUSTOM_UUID > 0)
H A Dbta_dm_act.c3898 #if ( BTA_EIR_CANNED_UUID_LIST != TRUE )&&(BTA_EIR_SERVER_NUM_CUSTOM_UUID > 0)
3911 UINT8 empty_slot = BTA_EIR_SERVER_NUM_CUSTOM_UUID;
3912 UINT8 match_slot = BTA_EIR_SERVER_NUM_CUSTOM_UUID;
3914 for (xx = 0; xx < BTA_EIR_SERVER_NUM_CUSTOM_UUID; xx++)
3918 if (empty_slot == BTA_EIR_SERVER_NUM_CUSTOM_UUID)
3921 else if (match_slot == BTA_EIR_SERVER_NUM_CUSTOM_UUID)
3932 if (match_slot == BTA_EIR_SERVER_NUM_CUSTOM_UUID)
3934 if (empty_slot == BTA_EIR_SERVER_NUM_CUSTOM_UUID)
3952 if (match_slot == BTA_EIR_SERVER_NUM_CUSTOM_UUID)
4008 #if (BTA_EIR_SERVER_NUM_CUSTOM_UUID >
[all...]
H A Dbta_dm_api.c927 #if ( BTM_EIR_SERVER_INCLUDED == TRUE )&&( BTA_EIR_CANNED_UUID_LIST != TRUE )&&(BTA_EIR_SERVER_NUM_CUSTOM_UUID > 0)
954 #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.h3745 #ifndef BTA_EIR_SERVER_NUM_CUSTOM_UUID
3746 #define BTA_EIR_SERVER_NUM_CUSTOM_UUID 8 macro
/external/libnfc-nci/src/include/
H A Dbt_target.h4003 #ifndef BTA_EIR_SERVER_NUM_CUSTOM_UUID
4004 #define BTA_EIR_SERVER_NUM_CUSTOM_UUID 8 macro

Completed in 79 milliseconds