Home
last modified time | relevance | path

Searched refs:RfcommSetMscInfo (Results 1 - 2 of 2) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/stack/src/rfcomm/
H A Drfcomm_api.c713 } RfcommSetMscInfo; typedef
719 RfcommSetMscInfo *ctx = context; in RfcommSetModemStatusTsk()
744 RfcommSetMscInfo *ctx = malloc(sizeof(RfcommSetMscInfo)); in RFCOMM_SetModemStatus()
749 (void)memset_s(ctx, sizeof(RfcommSetMscInfo), 0x00, sizeof(RfcommSetMscInfo)); in RFCOMM_SetModemStatus()
H A Drfcomm_frames.c56 static RfcommEventType RfcommSetMscInfo(Packet *pkt, uint8_t typeCr, RfcommParseFrameResult output);
984 ret = RfcommSetMscInfo(pkt, cr, output); in RfcommParseUihCmd()
1063 RfcommEventType RfcommSetMscInfo(Packet *pkt, uint8_t typeCr, RfcommParseFrameResult output) in RfcommSetMscInfo() function

Completed in 3 milliseconds