Home
last modified time | relevance | path

Searched defs:bearer_cid (Results 1 – 4 of 4) sorted by relevance

/btstack/src/classic/
H A Dgoep_server.c103 static goep_server_connection_t * goep_server_get_connection_for_rfcomm_cid(uint16_t bearer_cid){ in goep_server_get_connection_for_rfcomm_cid()
116 static goep_server_connection_t * goep_server_get_connection_for_l2cap_cid(uint16_t bearer_cid){ in goep_server_get_connection_for_l2cap_cid()
206 …text, bd_addr_t addr, hci_con_handle_t con_handle, uint8_t status, uint16_t bearer_cid, uint16_t b… in goep_server_handle_connection_opened()
H A Dgoep_server.h87 uint16_t bearer_cid; member
H A Dgoep_client.h82 uint16_t bearer_cid; member
H A Dgoep_client.c152 static goep_client_t * goep_client_for_bearer_cid(uint16_t bearer_cid){ in goep_client_for_bearer_cid()