Searched defs:port_callback_index (Results 1 - 2 of 2) sorted by relevance

/system/bt/bta/ag/
H A Dbta_ag_rfc.cc221 int port_callback_index = bta_ag_scb_to_idx(p_scb) - 1; local
222 CHECK_GE(port_callback_index, 0)
225 CHECK_LT(port_callback_index,
231 PORT_SetEventCallback(handle, bta_ag_port_cback_tbl[port_callback_index]);
/system/bt/stack/test/rfcomm/
H A Dstack_rfcomm_test.cc187 uint16_t lcid, int port_callback_index) {
224 PortManagementCallback(PORT_SUCCESS, port_handle, port_callback_index));
323 uint16_t lcid, int port_callback_index,
376 PortManagementCallback(PORT_SUCCESS, port_handle, port_callback_index));
432 int port_callback_index) {
438 PortEventCallback(_, port_handle, port_callback_index));
185 ConnectServerPort(const RawAddress& peer_addr, uint16_t port_handle, uint8_t scn, uint16_t mtu, uint16_t acl_handle, uint16_t lcid, int port_callback_index) argument
321 ConnectClientPort(const RawAddress& peer_addr, uint16_t port_handle, uint8_t scn, uint16_t mtu, uint16_t acl_handle, uint16_t lcid, int port_callback_index, bool is_first_connection) argument
427 ReceiveAndVerifyIncomingTransmission(uint16_t port_handle, bool is_initiator, uint8_t scn, bool cr, const std::string& message, int credits, uint16_t acl_handle, uint16_t lcid, int port_callback_index) argument

Completed in 101 milliseconds