Home
last modified time | relevance | path

Searched refs:RfcommPortState (Results 1 - 4 of 4) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Drfcomm.h181 } RfcommPortState; typedef
352 int BTSTACK_API RFCOMM_GetPortState(uint16_t handle, RfcommPortState *state);
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/rfcomm/
H A Drfcomm_api.c763 RfcommPortState state;
796 int RFCOMM_GetPortState(uint16_t handle, RfcommPortState *state) in RFCOMM_GetPortState()
818 (void)memcpy_s(state, sizeof(RfcommPortState), &ctx->state, sizeof(RfcommPortState)); in RFCOMM_GetPortState()
H A Drfcomm.c395 int RfcommGetPortState(uint16_t handle, RfcommPortState *state) in RfcommGetPortState()
H A Drfcomm_defs.h506 int RfcommGetPortState(uint16_t handle, RfcommPortState *state);

Completed in 5 milliseconds