Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/sdp/
Dsdp_utils.cc519 uint16_t new_cid = 0; in sdpu_process_pend_ccb_new_cid() local
530 new_cid = L2CA_ConnectReqWithSecurity(BT_PSM_SDP, p_ccb->device_address, in sdpu_process_pend_ccb_new_cid()
535 if (new_cid != 0) { in sdpu_process_pend_ccb_new_cid()
537 p_ccb->connection_id = new_cid; in sdpu_process_pend_ccb_new_cid()
544 return new_conn && new_cid != 0; in sdpu_process_pend_ccb_new_cid()