Home
last modified time | relevance | path

Searched defs:scn (Results 1 – 16 of 16) sorted by relevance

/packages/modules/Bluetooth/system/bta/test/
Dbta_rfcomm_scn_test.cc50 for (uint8_t scn = 2; scn <= RFCOMM_MAX_SCN; scn++) { in TEST_F() local
62 for (uint8_t scn = 2; scn <= RFCOMM_MAX_SCN; scn++) { in TEST_F() local
69 for (uint8_t scn = 2; scn < RFCOMM_MAX_SCN; scn++) { in TEST_F() local
77 for (uint8_t scn = 2; scn <= RFCOMM_MAX_SCN; scn++) { in TEST_F() local
Dbta_hf_client_add_record_test.cc38 uint8_t scn = 0; in TEST_F() local
/packages/modules/Bluetooth/system/bta/rfcomm/
Dbta_rfcomm_scn.cc82 bool BTA_TryAllocateSCN(uint8_t scn) { in BTA_TryAllocateSCN()
107 bool BTA_FreeSCN(uint8_t scn) { in BTA_FreeSCN()
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_sdp.cpp221 jstring name_str, jint mas_id, jint scn, in sdpCreateMapMasRecordNative()
260 jstring name_str, jint scn, in sdpCreateMapMnsRecordNative()
328 jstring name_str, jint scn, in sdpCreatePbapPseRecordNative()
367 jstring name_str, jint scn, in sdpCreateOppOpsRecordNative()
416 jstring name_str, jint scn, in sdpCreateSapsRecordNative()
/packages/modules/Bluetooth/system/stack/test/rfcomm/
Dstack_rfcomm_test.cc135 void StartServerPort(uint16_t uuid, uint8_t scn, uint16_t mtu, in StartServerPort()
189 uint8_t scn, uint16_t mtu, uint16_t acl_handle, in ConnectServerPort()
268 uint8_t scn, uint16_t mtu, in StartClientPort()
326 uint8_t scn, uint16_t mtu, uint16_t acl_handle, in ConnectClientPort()
414 bool is_initiator, uint8_t scn, in SendAndVerifyOutgoingTransmission()
432 bool is_initiator, uint8_t scn, in ReceiveAndVerifyIncomingTransmission()
Dstack_rfcomm_test_utils.cc30 uint8_t GetDlci(bool on_originator_side, uint8_t scn) { in GetDlci()
/packages/modules/Bluetooth/system/bta/hf_client/
Dbta_hf_client_sdp.cc100 bool bta_hf_client_add_record(const char* p_service_name, uint8_t scn, in bta_hf_client_add_record()
Dbta_hf_client_int.h201 uint8_t scn; member
/packages/modules/Bluetooth/system/bta/ag/
Dbta_ag_sdp.cc149 uint8_t scn, tBTA_AG_FEAT features, in bta_ag_add_record()
Dbta_ag_int.h215 uint8_t scn; member
/packages/modules/Bluetooth/system/bta/jv/
Dbta_jv_int.h107 uint8_t scn; /* the scn of the server */ member
Dbta_jv_act.cc723 uint8_t scn = 0; in bta_jv_get_channel_id() local
769 uint16_t scn) { in bta_jv_free_scn()
/packages/modules/Bluetooth/system/gd/hal/
Dsnoop_logger.h137 uint8_t scn; member
/packages/modules/Bluetooth/system/stack/rfcomm/
Dport_api.cc111 int RFCOMM_CreateConnectionWithSecurity(uint16_t uuid, uint8_t scn, in RFCOMM_CreateConnectionWithSecurity()
/packages/modules/Bluetooth/system/btif/src/
Dbtif_sock_rfc.cc71 int scn; // Server channel number member
844 static void handle_discovery_comp(tBTA_JV_STATUS status, int scn, uint32_t id) { in handle_discovery_comp()
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Dcommand_handler.rs1807 let scn = String::from(get_arg(args, 1)?) in cmd_socket() localVariable