Searched refs:response_code (Results 1 – 8 of 8) sorted by relevance
/packages/modules/Bluetooth/system/stack/bnep/ |
D | bnep_utils.cc | 51 uint16_t response_code); 338 void bnepu_send_peer_filter_rsp(tBNEP_CONN* p_bcb, uint16_t response_code) { in bnepu_send_peer_filter_rsp() argument 353 UINT16_TO_BE_STREAM(p, response_code); in bnepu_send_peer_filter_rsp() 1113 uint16_t response_code) { in bnepu_send_peer_multicast_filter_rsp() argument 1117 BNEP_TRACE_DEBUG("BNEP sending multicast filter response %d", response_code); in bnepu_send_peer_multicast_filter_rsp() 1128 UINT16_TO_BE_STREAM(p, response_code); in bnepu_send_peer_multicast_filter_rsp()
|
/packages/modules/Bluetooth/system/bta/le_audio/ |
D | client_parser.cc | 289 STREAM_TO_UINT8(entry.response_code, value); in ParseAseCtpNotification() 302 << ctp_response_code_map_string[ntf.entries[i].response_code] in ParseAseCtpNotification() 303 << " (" << loghex(ntf.entries[i].response_code) << ")" in ParseAseCtpNotification() 305 << ((ctp_response_code_map.count(ntf.entries[i].response_code) != in ParseAseCtpNotification() 307 ? (*ctp_response_code_map[ntf.entries[i].response_code]) in ParseAseCtpNotification()
|
D | client_parser_test.cc | 1028 ASSERT_EQ(ntf.entries[0].response_code, 0x01u); in TEST() 1031 ASSERT_EQ(ntf.entries[1].response_code, 0x02u); in TEST() 1060 ASSERT_EQ(ntf.entries[0].response_code, 0x07u); in TEST() 1063 ASSERT_EQ(ntf.entries[1].response_code, 0x05u); in TEST() 1092 ASSERT_EQ(ntf.entries[0].response_code, 0x0Au); in TEST() 1095 ASSERT_EQ(ntf.entries[1].response_code, 0x0Du); in TEST()
|
D | client_parser.h | 138 uint8_t response_code; member
|
D | client.cc | 586 switch (entry.response_code) { in ControlPointNotificationHandler()
|
/packages/modules/Bluetooth/system/include/hardware/ |
D | bluetooth_headset_interface.h | 184 virtual bt_status_t AtResponse(bthf_at_response_t response_code,
|
/packages/modules/Bluetooth/system/btif/src/ |
D | btif_hf.cc | 845 bt_status_t AtResponse(bthf_at_response_t response_code, int error_code, 1156 bt_status_t HeadsetInterface::AtResponse(bthf_at_response_t response_code, in AtResponse() argument 1170 (response_code == BTHF_AT_RESPONSE_OK) ? BTA_AG_OK_DONE : BTA_AG_OK_ERROR, in AtResponse()
|
/packages/modules/Bluetooth/android/app/jni/ |
D | com_android_bluetooth_hfp.cpp | 818 jint response_code, jint cmee_code, in atResponseCodeNative() argument 832 (bluetooth::headset::bthf_at_response_t)response_code, cmee_code, in atResponseCodeNative()
|