Home
last modified time | relevance | path

Searched refs:RFCOMM_UA (Results 1 – 5 of 5) sorted by relevance

/system/bt/stack/include/
Drfcdefs.h39 #define RFCOMM_UA 0x63 macro
/system/bt/stack/test/rfcomm/
Dstack_rfcomm_test_utils_test.cc81 uint8_t control_field = GetControlField(true, RFCOMM_UA); in TEST()
Dstack_rfcomm_test_utils.cc145 uint8_t control_field = GetControlField(true, RFCOMM_UA); in CreateQuickUaPacket()
/system/bt/stack/rfcomm/
Drfc_ts_frames.cc81 *p_data++ = RFCOMM_UA | RFCOMM_PF; in rfc_send_ua()
580 case RFCOMM_UA: in rfc_parse_data()
/system/bt/hci/src/
Dbtsnoop.cc433 if (rfc_event == RFCOMM_SABME || rfc_event == RFCOMM_UA) { in should_filter_log()