/packages/modules/Bluetooth/system/test/mock/ |
D | mock_stack_btm_scn.cc | 34 bool BTM_FreeSCN(uint8_t scn) { in BTM_FreeSCN() 38 bool BTM_TryAllocateSCN(uint8_t scn) { in BTM_TryAllocateSCN()
|
D | mock_stack_rfcomm_port_api.cc | 100 int RFCOMM_CreateConnectionWithSecurity(uint16_t uuid, uint8_t scn, in RFCOMM_CreateConnectionWithSecurity()
|
/packages/modules/Bluetooth/system/stack/btm/ |
D | btm_scn.cc | 73 bool BTM_TryAllocateSCN(uint8_t scn) { in BTM_TryAllocateSCN() 97 bool BTM_FreeSCN(uint8_t scn) { in BTM_FreeSCN()
|
/packages/modules/Bluetooth/android/app/jni/ |
D | com_android_bluetooth_sdp.cpp | 248 jstring name_str, jint mas_id, jint scn, in sdpCreateMapMasRecordNative() 287 jstring name_str, jint scn, in sdpCreateMapMnsRecordNative() 355 jstring name_str, jint scn, in sdpCreatePbapPseRecordNative() 394 jstring name_str, jint scn, in sdpCreateOppOpsRecordNative() 443 jstring name_str, jint scn, in sdpCreateSapsRecordNative()
|
/packages/modules/Bluetooth/system/stack/test/rfcomm/ |
D | stack_rfcomm_test.cc | 133 void StartServerPort(uint16_t uuid, uint8_t scn, uint16_t mtu, in StartServerPort() 187 uint8_t scn, uint16_t mtu, uint16_t acl_handle, in ConnectServerPort() 266 uint8_t scn, uint16_t mtu, in StartClientPort() 324 uint8_t scn, uint16_t mtu, uint16_t acl_handle, in ConnectClientPort() 412 bool is_initiator, uint8_t scn, in SendAndVerifyOutgoingTransmission() 430 bool is_initiator, uint8_t scn, in ReceiveAndVerifyIncomingTransmission()
|
D | stack_rfcomm_test_utils.cc | 30 uint8_t GetDlci(bool on_originator_side, uint8_t scn) { in GetDlci()
|
/packages/modules/Bluetooth/system/bta/test/ |
D | bta_hf_client_add_record_test.cc | 63 uint8_t scn = 0; in TEST_F() local
|
/packages/modules/Bluetooth/system/bta/jv/ |
D | bta_jv_int.h | 105 uint8_t scn; /* the scn of the server */ member 123 bool scn[BTA_JV_MAX_SCN]; /* SCN allocated by java */ member
|
D | bta_jv_act.cc | 715 uint8_t scn = 0; in bta_jv_get_channel_id() local 766 uint16_t scn) { in bta_jv_free_scn()
|
/packages/modules/Bluetooth/system/bta/hf_client/ |
D | bta_hf_client_sdp.cc | 93 bool bta_hf_client_add_record(const char* p_service_name, uint8_t scn, in bta_hf_client_add_record()
|
D | bta_hf_client_int.h | 200 uint8_t scn; member
|
/packages/modules/Bluetooth/system/bta/ag/ |
D | bta_ag_sdp.cc | 132 uint8_t scn, tBTA_AG_FEAT features, in bta_ag_add_record()
|
D | bta_ag_int.h | 198 uint8_t scn; member
|
/packages/modules/Bluetooth/system/gd/hal/ |
D | snoop_logger.h | 135 uint8_t scn; member
|
/packages/modules/Bluetooth/system/stack/rfcomm/ |
D | port_api.cc | 104 int RFCOMM_CreateConnectionWithSecurity(uint16_t uuid, uint8_t scn, in RFCOMM_CreateConnectionWithSecurity()
|
D | port_int.h | 138 uint8_t scn; /* Service channel number */ member
|
/packages/modules/Bluetooth/system/bta/include/ |
D | bta_jv_api.h | 198 int scn; /* channel # */ member 357 uint8_t scn; /* BTA_JV_GET_SCN_EVT */ member
|
/packages/modules/Bluetooth/system/stack/include/ |
D | btm_client_interface.h | 58 } scn; member
|
/packages/modules/Bluetooth/system/btif/src/ |
D | btif_sock_rfc.cc | 74 int scn; // Server channel number member
|
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/ |
D | command_handler.rs | 1476 let scn = String::from(get_arg(args, 1)?) in cmd_socket() localVariable
|