| /device/soc/esp/esp32/components/bt/host/bluedroid/stack/l2cap/ |
| D | l2c_ucd.c | 88 UINT16 psm; in l2c_ucd_data_ind_cback() local 191 BOOLEAN L2CA_UcdRegister ( UINT16 psm, tL2CAP_UCD_CB_INFO *p_cb_info ) in L2CA_UcdRegister() 258 BOOLEAN L2CA_UcdDeregister ( UINT16 psm ) in L2CA_UcdDeregister() 307 BOOLEAN L2CA_UcdDiscover ( UINT16 psm, BD_ADDR rem_bda, UINT8 info_type ) in L2CA_UcdDiscover() 370 UINT16 L2CA_UcdDataWrite (UINT16 psm, BD_ADDR rem_bda, BT_HDR *p_buf, UINT16 flags) in L2CA_UcdDataWrite() 706 UINT16 psm; in l2c_ucd_check_pending_out_sec_q() local 775 UINT16 psm; in l2c_ucd_check_pending_in_sec_q() local
|
| D | l2c_api.c | 55 UINT16 L2CA_Register (UINT16 psm, tL2CAP_APPL_INFO *p_cb_info) in L2CA_Register() 118 void L2CA_Deregister (UINT16 psm) in L2CA_Deregister() 164 UINT16 psm = l2cb.dyn_psm; in L2CA_AllocatePSM() local 202 UINT16 L2CA_ConnectReq (UINT16 psm, BD_ADDR p_bd_addr) in L2CA_ConnectReq() 223 UINT16 L2CA_ErtmConnectReq (UINT16 psm, BD_ADDR p_bd_addr, tL2CAP_ERTM_INFO *p_ertm_info) in L2CA_ErtmConnectReq() 916 UINT16 L2CA_LocalLoopbackReq (UINT16 psm, UINT16 handle, BD_ADDR p_bd_addr) in L2CA_LocalLoopbackReq() 1315 UINT16 L2CA_RegisterLECoc(UINT16 psm, tL2CAP_APPL_INFO *p_cb_info) in L2CA_RegisterLECoc() 1385 void L2CA_DeregisterLECoc(UINT16 psm) in L2CA_DeregisterLECoc() 1439 UINT16 L2CA_ConnectLECocReq(UINT16 psm, BD_ADDR p_bd_addr, tL2CAP_LE_CFG_INFO *p_cfg) in L2CA_ConnectLECocReq()
|
| D | l2c_utils.c | 1778 tL2C_RCB *l2cu_allocate_rcb (UINT16 psm) in l2cu_allocate_rcb() 1809 tL2C_RCB *l2cu_allocate_ble_rcb (UINT16 psm) in l2cu_allocate_ble_rcb() 1887 tL2C_RCB *l2cu_find_rcb_by_psm (UINT16 psm) in l2cu_find_rcb_by_psm() 1913 tL2C_RCB *l2cu_find_ble_rcb_by_psm (UINT16 psm) in l2cu_find_ble_rcb_by_psm()
|
| D | l2c_main.c | 129 UINT16 psm; in l2c_rcv_acl_data() local
|
| D | l2cap_client.c | 136 bool l2cap_client_connect(l2cap_client_t *client, const bt_bdaddr_t *remote_bdaddr, uint16_t psm) in l2cap_client_connect()
|
| D | l2c_ble.c | 1546 BOOLEAN l2ble_sec_access_req(BD_ADDR bd_addr, UINT16 psm, BOOLEAN is_originator, tL2CAP_SEC_CBACK *… in l2ble_sec_access_req()
|
| /device/soc/winnermicro/wm800/board/src/bt/blehost/nimble/host/src/ |
| D | ble_l2cap_coc.c | 60 int ble_l2cap_coc_create_server(uint16_t psm, uint16_t mtu, in ble_l2cap_coc_create_server() 125 static struct ble_l2cap_coc_srv *ble_l2cap_coc_srv_find(uint16_t psm) in ble_l2cap_coc_srv_find() 249 struct ble_l2cap_chan *ble_l2cap_coc_chan_alloc(struct ble_hs_conn *conn, uint16_t psm, uint16_t mt… in ble_l2cap_coc_chan_alloc() 280 int ble_l2cap_coc_create_srv_chan(struct ble_hs_conn *conn, uint16_t psm, in ble_l2cap_coc_create_srv_chan()
|
| D | ble_l2cap_sig_priv.h | 62 uint16_t psm; member 78 uint16_t psm; member 136 static inline int ble_l2cap_sig_coc_connect(uint16_t conn_handle, uint16_t psm, uint16_t mtu, in ble_l2cap_sig_coc_connect() 158 uint16_t psm, uint16_t mtu, in ble_l2cap_sig_ecoc_connect()
|
| D | ble_l2cap_coc_priv.h | 50 uint16_t psm; member 80 static inline int ble_l2cap_coc_create_server(uint16_t psm, uint16_t mtu, ble_l2cap_event_fn *cb, v… in ble_l2cap_coc_create_server()
|
| D | ble_l2cap.c | 129 int ble_l2cap_create_server(uint16_t psm, uint16_t mtu, in ble_l2cap_create_server() 135 int ble_l2cap_connect(uint16_t conn_handle, uint16_t psm, uint16_t mtu, in ble_l2cap_connect() 161 uint16_t psm, uint16_t mtu, in ble_l2cap_enhanced_connect()
|
| D | ble_l2cap_priv.h | 90 uint16_t psm; member
|
| D | ble_l2cap_sig.c | 1196 int ble_l2cap_sig_coc_connect(uint16_t conn_handle, uint16_t psm, uint16_t mtu, in ble_l2cap_sig_coc_connect() 1266 int ble_l2cap_sig_ecoc_connect(uint16_t conn_handle, uint16_t psm, uint16_t mtu, in ble_l2cap_sig_ecoc_connect()
|
| /device/soc/esp/esp32/components/bt/host/bluedroid/stack/gap/ |
| D | gap_conn.c | 127 BD_ADDR p_rem_bda, UINT16 psm, tL2CAP_CFG_INFO *p_cfg, in GAP_ConnOpen() 719 static void gap_connect_ind (BD_ADDR bd_addr, UINT16 l2cap_cid, UINT16 psm, UINT8 l2cap_id) in gap_connect_ind() 1150 UINT16 psm = p_ccb->psm; in gap_release_ccb() local
|
| /device/soc/esp/esp32/components/bt/host/bluedroid/stack/btm/ |
| D | btm_sec.c | 471 UINT16 sec_level, UINT16 psm, UINT32 mx_proto_id, in BTM_SetSecurityLevel() 511 UINT16 sec_level, UINT16 psm, UINT32 mx_proto_id, in btm_sec_set_security_level() 770 UINT8 btm_sec_clr_service_by_psm (UINT16 psm) in btm_sec_clr_service_by_psm() 2080 tBTM_STATUS btm_sec_l2cap_access_req (BD_ADDR bd_addr, UINT16 psm, UINT16 handle, in btm_sec_l2cap_access_req() 2433 tBTM_STATUS btm_sec_mx_access_request (BD_ADDR bd_addr, UINT16 psm, BOOLEAN is_originator, in btm_sec_mx_access_request() 5446 tBTM_SEC_SERV_REC *btm_sec_find_first_serv (CONNECTION_TYPE conn_type, UINT16 psm) in btm_sec_find_first_serv() 5515 static tBTM_SEC_SERV_REC *btm_sec_find_mx_serv (UINT8 is_originator, UINT16 psm, in btm_sec_find_mx_serv() 5790 static BOOLEAN btm_sec_queue_mx_request (BD_ADDR bd_addr, UINT16 psm, BOOLEAN is_orig, in btm_sec_queue_mx_request() 5991 static BOOLEAN btm_sec_is_serv_level0(UINT16 psm) in btm_sec_is_serv_level0()
|
| /device/soc/esp/esp32/components/bt/host/bluedroid/stack/include/stack/ |
| D | l2c_api.h | 126 #define L2C_INVALID_PSM(psm) (((psm) & 0x0101) != 0x0001) argument 127 #define L2C_IS_VALID_PSM(psm) (((psm) & 0x0101) == 0x0001) argument 128 #define L2C_IS_VALID_LE_PSM(psm) (((psm) > 0x0000) && ((psm) < 0x0100)) argument
|
| /device/soc/rockchip/common/sdk_linux/net/bluetooth/ |
| D | l2cap_sock.c | 52 static int l2cap_validate_bredr_psm(u16 psm) in l2cap_validate_bredr_psm() 67 static int l2cap_validate_le_psm(u16 psm) in l2cap_validate_le_psm() 122 __u16 psm = __le16_to_cpu(la.l2_psm); in l2cap_sock_bind() local
|
| /device/soc/esp/esp32/components/bt/host/bluedroid/stack/rfcomm/ |
| D | rfc_l2cap_if.c | 90 void RFCOMM_ConnectInd (BD_ADDR bd_addr, UINT16 lcid, UINT16 psm, UINT8 id) in RFCOMM_ConnectInd()
|
| /device/soc/esp/esp32/components/bt/host/bluedroid/stack/sdp/ |
| D | sdp_main.c | 186 static void sdp_connect_ind (BD_ADDR bd_addr, UINT16 l2cap_cid, UINT16 psm, UINT8 l2cap_id) in sdp_connect_ind()
|
| /device/board/hisilicon/hispark_phoenix/peripherals/bluetooth/rtkbt/code/libbt-vendor/src/ |
| D | rtk_parse.c | 211 uint16_t psm; member 591 static int8_t psm_to_profile_index(uint16_t psm) in psm_to_profile_index() 690 uint8_t list_allocate_add(uint16_t handle, uint16_t psm, int8_t profile_index, uint16_t dcid, uint1… in list_allocate_add() 1183 uint8_t handle_l2cap_con_req(uint16_t handle, uint16_t psm, uint16_t scid, uint8_t direction) in handle_l2cap_con_req() 2871 uint16_t handle, total_len, pdu_len, channel_ID, command_len, psm, scid, dcid, result, status; in rtk_parse_l2cap_data() local
|
| /device/soc/esp/esp32/components/bt/host/bluedroid/btc/profile/std/hid/ |
| D | hidh_conn.c | 200 static void hidh_l2cif_connect_ind (BD_ADDR bd_addr, UINT16 l2cap_cid, UINT16 psm, UINT8 l2cap_id) in hidh_l2cif_connect_ind()
|
| /device/board/unionman/unionpi_tiger/hardware/bt/src/ |
| D | rtk_parse.c | 205 uint16_t psm; member 506 static int8_t psm_to_profile_index(uint16_t psm) in psm_to_profile_index() 601 uint8_t list_allocate_add(uint16_t handle, uint16_t psm, int8_t profile_index, uint16_t dcid, uint1… in list_allocate_add() 1064 uint8_t handle_l2cap_con_req(uint16_t handle, uint16_t psm, uint16_t scid, uint8_t direction) in handle_l2cap_con_req() 2637 uint16_t handle, total_len, pdu_len, channel_ID, command_len, psm, scid, dcid, result, status; in rtk_parse_l2cap_data() local
|
| /device/soc/esp/esp32/components/bt/host/bluedroid/stack/gap/include/ |
| D | gap_int.h | 70 UINT16 psm; member
|
| /device/soc/winnermicro/wm800/board/src/bt/blehost/nimble/host/include/host/ |
| D | ble_l2cap.h | 242 uint16_t psm; member
|
| /device/soc/esp/esp32/components/bt/host/bluedroid/stack/l2cap/include/ |
| D | l2c_int.h | 248 UINT16 psm; member 263 UINT16 psm; member 545 UINT16 psm; /* PSM of the connection */ member
|
| /device/soc/esp/esp32/components/bt/host/bluedroid/stack/gatt/ |
| D | gatt_main.c | 610 static void gatt_l2cif_connect_ind_cback (BD_ADDR bd_addr, UINT16 lcid, UINT16 psm, UINT8 id) in gatt_l2cif_connect_ind_cback()
|