/system/bt/bta/pb/ |
bta_pbs_int.h | 55 UINT8 supported_repositories; /* Server supported repositories */ member in struct:__anon73255
|
/frameworks/base/core/java/android/bluetooth/ |
SdpPseRecord.java | 34 int supported_repositories, 40 this.mSupportedRepositories = supported_repositories;
|
/hardware/libhardware/include/hardware/ |
bt_sdp.h | 83 uint32_t supported_repositories; member in struct:_bluetooth_sdp_pse_record
|
/packages/apps/Bluetooth/jni/ |
com_android_bluetooth_sdp.cpp | 243 (jint)record->pse.supported_repositories, 391 jint supported_repositories, jint features) { 415 record.pse.supported_repositories = supported_repositories;
|
/system/bt/btif/src/ |
btif_sock_sdp.c | 64 BTA_PBS_REPOSIT_LOCAL, // supported_repositories 243 stage = "supported_repositories"; 245 1, (uint8_t*)&bta_pbs_cfg.supported_repositories))
|
btif_sdp_server.c | 554 APPL_TRACE_DEBUG(" supported_repositories: 0x%08x, feature_bits: 0x%08x", 555 rec->supported_repositories, rec->supported_features); 591 UINT_DESC_TYPE, (UINT32)1, (UINT8*)&rec->supported_repositories);
|
/system/bt/bta/sdp/ |
bta_sdp_act.c | 199 record->pse.supported_repositories = 0; 203 record->pse.supported_repositories = p_attr->attr_value.v.u8;
|