Home
last modified time | relevance | path

Searched refs:BT_PSM_SDP (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Bluetooth/system/stack/include/
Dbt_psm_types.h27 BT_PSM_SDP = 0x0001, enumerator
51 CASE_RETURN_STRING_HEX04(BT_PSM_SDP); in bt_psm_text()
/packages/modules/Bluetooth/system/stack/sdp/
Dsdp_main.cc289 cid = L2CA_ConnectReqWithSecurity(BT_PSM_SDP, bd_addr, BTM_SEC_NONE); in sdp_conn_originate()
429 if (!L2CA_RegisterWithSecurity(BT_PSM_SDP, sdp_cb.reg_info, in sdp_init()
437 L2CA_Deregister(BT_PSM_SDP); in sdp_free()
Dsdp_utils.cc530 new_cid = L2CA_ConnectReqWithSecurity(BT_PSM_SDP, p_ccb->device_address, in sdpu_process_pend_ccb_new_cid()
/packages/modules/Bluetooth/system/stack/test/
Dstack_l2cap_test.cc274 {BT_PSM_SDP, "BT_PSM_SDP"}, in TEST_F()
/packages/modules/Bluetooth/system/stack/btm/
Dbtm_sec_cb.cc336 (p_srec->psm != BT_PSM_SDP) && in RemoveServiceById()
Dbtm_sec.cc1803 if (psm == BT_PSM_SDP) { in btm_sec_l2cap_access_req()
/packages/modules/Bluetooth/system/bta/jv/
Dbta_jv_act.cc593 case BT_PSM_SDP: in bta_jv_check_psm()