Home
last modified time | relevance | path

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

12

/hal_espressif-latest/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.c1797 tL2C_RCB *l2cu_allocate_rcb (UINT16 psm) in l2cu_allocate_rcb()
1828 tL2C_RCB *l2cu_allocate_ble_rcb (UINT16 psm) in l2cu_allocate_ble_rcb()
1906 tL2C_RCB *l2cu_find_rcb_by_psm (UINT16 psm) in l2cu_find_rcb_by_psm()
1932 tL2C_RCB *l2cu_find_ble_rcb_by_psm (UINT16 psm) in l2cu_find_ble_rcb_by_psm()
Dl2c_main.c151 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.c1660 BOOLEAN l2ble_sec_access_req(BD_ADDR bd_addr, UINT16 psm, BOOLEAN is_originator, tL2CAP_SEC_CBACK *… in l2ble_sec_access_req()
/hal_espressif-latest/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
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_sec.c470 UINT16 sec_level, UINT16 psm, UINT32 mx_proto_id, in BTM_SetSecurityLevel()
510 UINT16 sec_level, UINT16 psm, UINT32 mx_proto_id, in btm_sec_set_security_level()
771 UINT8 btm_sec_clr_service_by_psm (UINT16 psm) in btm_sec_clr_service_by_psm()
2081 tBTM_STATUS btm_sec_l2cap_access_req (BD_ADDR bd_addr, UINT16 psm, UINT16 handle, in btm_sec_l2cap_access_req()
2434 tBTM_STATUS btm_sec_mx_access_request (BD_ADDR bd_addr, UINT16 psm, BOOLEAN is_originator, in btm_sec_mx_access_request()
5498 tBTM_SEC_SERV_REC *btm_sec_find_first_serv (CONNECTION_TYPE conn_type, UINT16 psm) in btm_sec_find_first_serv()
5567 static tBTM_SEC_SERV_REC *btm_sec_find_mx_serv (UINT8 is_originator, UINT16 psm, in btm_sec_find_mx_serv()
5843 static BOOLEAN btm_sec_queue_mx_request (BD_ADDR bd_addr, UINT16 psm, BOOLEAN is_orig, in btm_sec_queue_mx_request()
6044 static BOOLEAN btm_sec_is_serv_level0(UINT16 psm) in btm_sec_is_serv_level0()
Dbtm_ble.c1072 BOOLEAN btm_ble_start_sec_check(BD_ADDR bd_addr, UINT16 psm, BOOLEAN is_originator, in btm_ble_start_sec_check()
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/include/
Dbtc_l2cap.h61 UINT16 psm; member
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dl2c_api.h127 #define L2C_INVALID_PSM(psm) (((psm) & 0x0101) != 0x0001) argument
128 #define L2C_IS_VALID_PSM(psm) (((psm) & 0x0101) == 0x0001) argument
129 #define L2C_IS_VALID_LE_PSM(psm) (((psm) > 0x0000) && ((psm) < 0x0100)) argument
/hal_espressif-latest/components/bt/host/bluedroid/stack/avct/
Davct_l2c.c104 void avct_l2c_connect_ind_cback(BD_ADDR bd_addr, UINT16 lcid, UINT16 psm, UINT8 id) in avct_l2c_connect_ind_cback()
/hal_espressif-latest/components/bt/host/bluedroid/stack/rfcomm/
Drfc_l2cap_if.c101 void RFCOMM_ConnectInd (BD_ADDR bd_addr, UINT16 lcid, UINT16 psm, UINT8 id) in RFCOMM_ConnectInd()
/hal_espressif-latest/components/bt/host/bluedroid/stack/avdt/
Davdt_l2c.c173 void avdt_l2c_connect_ind_cback(BD_ADDR bd_addr, UINT16 lcid, UINT16 psm, UINT8 id) in avdt_l2c_connect_ind_cback()
/hal_espressif-latest/components/bt/host/bluedroid/stack/sdp/
Dsdp_main.c249 static void sdp_connect_ind (BD_ADDR bd_addr, UINT16 l2cap_cid, UINT16 psm, UINT8 l2cap_id) in sdp_connect_ind()
/hal_espressif-latest/components/bt/host/bluedroid/bta/jv/
Dbta_jv_act.c658 BOOLEAN bta_jv_check_psm(UINT16 psm) in bta_jv_check_psm()
768 UINT16 psm = bta_jv_cb.free_psm_list[i]; in bta_jv_get_free_psm() local
778 static void bta_jv_set_free_psm(UINT16 psm) in bta_jv_set_free_psm()
809 UINT16 psm = 0; in bta_jv_get_channel_id() local
/hal_espressif-latest/components/bt/host/bluedroid/api/include/api/
Desp_l2cap_bt_api.h117 uint8_t psm; /*!< local psm */ member
/hal_espressif-latest/components/bt/host/bluedroid/stack/hid/
Dhidd_conn.c152 static void hidd_l2cif_connect_ind(BD_ADDR bd_addr, uint16_t cid, uint16_t psm, uint8_t id) in hidd_l2cif_connect_ind()
Dhidh_conn.c202 static void hidh_l2cif_connect_ind (BD_ADDR bd_addr, UINT16 l2cap_cid, UINT16 psm, UINT8 l2cap_id) in hidh_l2cif_connect_ind()
/hal_espressif-latest/components/bt/host/bluedroid/stack/gap/include/
Dgap_int.h70 UINT16 psm; member
/hal_espressif-latest/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
/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/
Dgatt_main.c611 static void gatt_l2cif_connect_ind_cback (BD_ADDR bd_addr, UINT16 lcid, UINT16 psm, UINT8 id) in gatt_l2cif_connect_ind_cback()
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/l2cap/
Dbtc_l2cap.c57 uint16_t psm; member
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/
Dbta_jv_api.h403 UINT16 psm; /* BTA_JV_GET_PSM_EVT */ member
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/include/
Dbtm_int.h510 UINT16 psm; /* L2CAP PSM value */ member
803 UINT16 psm; member

12