• Home
  • Raw
  • Download

Lines Matching refs:psm

93     UINT16 psm;  in l2c_ucd_data_ind_cback()  local
99 STREAM_TO_UINT16(psm, p) in l2c_ucd_data_ind_cback()
104 if ((p_rcb = l2cu_find_rcb_by_psm (psm)) == NULL) in l2c_ucd_data_ind_cback()
106 L2CAP_TRACE_ERROR ("L2CAP - no RCB for l2c_ucd_data_ind_cback, PSM: 0x%04x", psm); in l2c_ucd_data_ind_cback()
139 is_congested, p_rcb->psm, in l2c_ucd_congestion_status_cback()
202 BOOLEAN L2CA_UcdRegister ( UINT16 psm, tL2CAP_UCD_CB_INFO *p_cb_info ) in L2CA_UcdRegister() argument
206 L2CAP_TRACE_API ("L2CA_UcdRegister() PSM: 0x%04x", psm); in L2CA_UcdRegister()
211 L2CAP_TRACE_ERROR ("L2CAP - no callback registering PSM(0x%04x) on UCD", psm); in L2CA_UcdRegister()
215 if ((p_rcb = l2cu_find_rcb_by_psm (psm)) == NULL) in L2CA_UcdRegister()
217 L2CAP_TRACE_ERROR ("L2CAP - no RCB for L2CA_UcdRegister, PSM: 0x%04x", psm); in L2CA_UcdRegister()
265 BOOLEAN L2CA_UcdDeregister ( UINT16 psm ) in L2CA_UcdDeregister() argument
271 L2CAP_TRACE_API ("L2CA_UcdDeregister() PSM: 0x%04x", psm); in L2CA_UcdDeregister()
273 if ((p_rcb = l2cu_find_rcb_by_psm (psm)) == NULL) in L2CA_UcdDeregister()
275 L2CAP_TRACE_ERROR ("L2CAP - no RCB for L2CA_UcdDeregister, PSM: 0x%04x", psm); in L2CA_UcdDeregister()
326 BOOLEAN L2CA_UcdDiscover ( UINT16 psm, BD_ADDR rem_bda, UINT8 info_type ) in L2CA_UcdDiscover() argument
332 L2CAP_TRACE_API ("L2CA_UcdDiscover() PSM: 0x%04x BDA: %08x%04x, InfoType=0x%02x", psm, in L2CA_UcdDiscover()
337 if (((p_rcb = l2cu_find_rcb_by_psm (psm)) == NULL) in L2CA_UcdDiscover()
340 L2CAP_TRACE_WARNING ("L2CAP - no RCB for L2CA_UcdDiscover, PSM: 0x%04x", psm); in L2CA_UcdDiscover()
392 UINT16 L2CA_UcdDataWrite (UINT16 psm, BD_ADDR rem_bda, BT_HDR *p_buf, UINT16 flags) in L2CA_UcdDataWrite() argument
399 L2CAP_TRACE_API ("L2CA_UcdDataWrite() PSM: 0x%04x BDA: %08x%04x", psm, in L2CA_UcdDataWrite()
404 if (((p_rcb = l2cu_find_rcb_by_psm (psm)) == NULL) in L2CA_UcdDataWrite()
407 L2CAP_TRACE_WARNING ("L2CAP - no RCB for L2CA_UcdDataWrite, PSM: 0x%04x", psm); in L2CA_UcdDataWrite()
437 UINT16_TO_STREAM (p, psm); in L2CA_UcdDataWrite()
755 UINT16 psm; in l2c_ucd_check_pending_out_sec_q() local
762 STREAM_TO_UINT16(psm, p) in l2c_ucd_check_pending_out_sec_q()
765 btm_sec_l2cap_access_req (p_ccb->p_lcb->remote_bd_addr, psm, in l2c_ucd_check_pending_out_sec_q()
832 UINT16 psm; in l2c_ucd_check_pending_in_sec_q() local
839 STREAM_TO_UINT16(psm, p) in l2c_ucd_check_pending_in_sec_q()
842 btm_sec_l2cap_access_req (p_ccb->p_lcb->remote_bd_addr, psm, in l2c_ucd_check_pending_in_sec_q()