Home
last modified time | relevance | path

Searched defs:psm (Results 1 – 25 of 29) sorted by relevance

12

/device/soc/esp/esp32/components/bt/host/bluedroid/stack/l2cap/
Dl2c_ucd.c88 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
Dl2c_api.c55 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()
Dl2c_utils.c1778 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()
Dl2c_main.c129 UINT16 psm; in l2c_rcv_acl_data() local
Dl2cap_client.c136 bool l2cap_client_connect(l2cap_client_t *client, const bt_bdaddr_t *remote_bdaddr, uint16_t psm) in l2cap_client_connect()
Dl2c_ble.c1546 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/
Dble_l2cap_coc.c60 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()
Dble_l2cap_sig_priv.h62 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()
Dble_l2cap_coc_priv.h50 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()
Dble_l2cap.c129 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()
Dble_l2cap_priv.h90 uint16_t psm; member
Dble_l2cap_sig.c1196 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/
Dgap_conn.c127 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/
Dbtm_sec.c471 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/
Dl2c_api.h126 #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/
Dl2cap_sock.c52 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/
Drfc_l2cap_if.c90 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/
Dsdp_main.c186 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/
Drtk_parse.c211 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/
Dhidh_conn.c200 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/
Drtk_parse.c205 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/
Dgap_int.h70 UINT16 psm; member
/device/soc/winnermicro/wm800/board/src/bt/blehost/nimble/host/include/host/
Dble_l2cap.h242 uint16_t psm; member
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/l2cap/include/
Dl2c_int.h248 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/
Dgatt_main.c610 static void gatt_l2cif_connect_ind_cback (BD_ADDR bd_addr, UINT16 lcid, UINT16 psm, UINT8 id) in gatt_l2cif_connect_ind_cback()

12