Home
last modified time | relevance | path

Searched refs:remote_bdaddr (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dl2cap_client.h61 bool l2cap_client_connect(l2cap_client_t *client, const bt_bdaddr_t *remote_bdaddr, uint16_t psm);
/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/
Dl2cap_client.c136 bool l2cap_client_connect(l2cap_client_t *client, const bt_bdaddr_t *remote_bdaddr, uint16_t psm) in l2cap_client_connect() argument
139 assert(remote_bdaddr != NULL); in l2cap_client_connect()
141 assert(!bdaddr_is_empty(remote_bdaddr)); in l2cap_client_connect()
147 client->local_channel_id = L2CA_ConnectReq(psm, (uint8_t *)remote_bdaddr); in l2cap_client_connect()