Searched defs:psm (Results 1 – 10 of 10) sorted by relevance
/AliOS-Things-master/components/ble_host/bt_host/host/ |
A D | l2cap.c | 715 static struct bt_l2cap_server *l2cap_server_lookup_psm(u16_t psm) in l2cap_server_lookup_psm() 746 u16_t psm; in bt_l2cap_server_register() local 1004 u16_t psm, scid, mtu, mps, credits; in le_conn_req() local 1077 u16_t psm, mtu, mps, credits, result = BT_L2CAP_LE_ERR_INVALID_SCID; in le_ecred_conn_req() local 2353 u16_t psm) in l2cap_le_connect() 2372 struct bt_l2cap_le_chan *ch, u16_t psm) in l2cap_ecred_init() 2395 struct bt_l2cap_chan **chan, u16_t psm) in bt_l2cap_ecred_chan_connect() 2433 u16_t psm) in bt_l2cap_chan_connect()
|
A D | l2cap_br.c | 486 static struct bt_l2cap_server *l2cap_br_server_lookup_psm(u16_t psm) in l2cap_br_server_lookup_psm() 559 l2cap_br_conn_security(struct bt_l2cap_chan *chan, const u16_t psm) in l2cap_br_conn_security() 674 u16_t psm, scid, result; in l2cap_br_conn_req() local 1190 u16_t psm) in bt_l2cap_br_chan_connect()
|
A D | l2cap_internal.h | 54 u16_t psm; member 159 u16_t psm; member 196 u16_t psm; member
|
/AliOS-Things-master/components/ble_host/bt_host/include/bluetooth/ |
A D | l2cap.h | 107 u16_t psm; member 292 u16_t psm; member
|
/AliOS-Things-master/components/py_engine/engine/extmod/ |
A D | modbluetooth.c | 846 mp_int_t psm = mp_obj_get_int(psm_in); in bluetooth_ble_l2cap_listen() local 854 mp_int_t psm = mp_obj_get_int(args[2]); in bluetooth_ble_l2cap_connect() local 1240 mp_int_t mp_bluetooth_on_l2cap_accept(uint16_t conn_handle, uint16_t cid, uint16_t psm, uint16_t ou… in mp_bluetooth_on_l2cap_accept() 1249 void mp_bluetooth_on_l2cap_connect(uint16_t conn_handle, uint16_t cid, uint16_t psm, uint16_t our_m… in mp_bluetooth_on_l2cap_connect() 1254 void mp_bluetooth_on_l2cap_disconnect(uint16_t conn_handle, uint16_t cid, uint16_t psm, uint16_t st… in mp_bluetooth_on_l2cap_disconnect()
|
/AliOS-Things-master/components/ble_host/bt_shell/bt_host/ |
A D | bt.c | 1588 u16_t psm; in cmd_l2cap_connect() local 1631 u16_t psm; in cmd_l2cap_disconnect() local 1656 u16_t psm = 0; in cmd_l2cap_send() local
|
/AliOS-Things-master/components/ble_host/bt_shell/bt_host/test/ |
A D | bt.c | 2614 u16_t psm; in cmd_l2cap_connect() local 2657 u16_t psm; in cmd_l2cap_disconnect() local 2682 u16_t psm = 0; in cmd_l2cap_send() local
|
/AliOS-Things-master/components/py_engine/engine/extmod/btstack/ |
A D | modbluetooth_btstack.c | 1431 int mp_bluetooth_l2cap_listen(uint16_t psm, uint16_t mtu) { in mp_bluetooth_l2cap_listen() 1436 int mp_bluetooth_l2cap_connect(uint16_t conn_handle, uint16_t psm, uint16_t mtu) { in mp_bluetooth_l2cap_connect()
|
/AliOS-Things-master/components/py_engine/engine/extmod/nimble/ |
A D | modbluetooth_nimble.c | 1647 int mp_bluetooth_l2cap_listen(uint16_t psm, uint16_t mtu) { in mp_bluetooth_l2cap_listen() 1661 int mp_bluetooth_l2cap_connect(uint16_t conn_handle, uint16_t psm, uint16_t mtu) { in mp_bluetooth_l2cap_connect()
|
/AliOS-Things-master/components/SDL2/src/render/psp/ |
A D | SDL_render_psp.c | 67 unsigned int psm ; member
|
Completed in 34 milliseconds