Home
last modified time | relevance | path

Searched refs:response_code (Results 1 – 9 of 9) sorted by relevance

/packages/modules/Bluetooth/system/stack/bnep/
Dbnep_utils.cc52 uint16_t response_code);
339 void bnepu_send_peer_filter_rsp(tBNEP_CONN* p_bcb, uint16_t response_code) { in bnepu_send_peer_filter_rsp() argument
354 UINT16_TO_BE_STREAM(p, response_code); in bnepu_send_peer_filter_rsp()
1109 uint16_t response_code) { in bnepu_send_peer_multicast_filter_rsp() argument
1113 log::verbose("BNEP sending multicast filter response {}", response_code); in bnepu_send_peer_multicast_filter_rsp()
1124 UINT16_TO_BE_STREAM(p, response_code); in bnepu_send_peer_multicast_filter_rsp()
/packages/modules/Bluetooth/system/bta/le_audio/
Dclient_parser.cc276 STREAM_TO_UINT8(entry.response_code, value); in ParseAseCtpNotification()
288 ctp_response_code_map_string[ntf.entries[i].response_code], in ParseAseCtpNotification()
289 ntf.entries[i].response_code, in ParseAseCtpNotification()
290 ((ctp_response_code_map.count(ntf.entries[i].response_code) != 0) in ParseAseCtpNotification()
291 ? (*ctp_response_code_map[ntf.entries[i].response_code]) in ParseAseCtpNotification()
Dclient_parser_test.cc1079 ASSERT_EQ(ntf.entries[0].response_code, 0x01u); in TEST()
1082 ASSERT_EQ(ntf.entries[1].response_code, 0x02u); in TEST()
1111 ASSERT_EQ(ntf.entries[0].response_code, 0x07u); in TEST()
1114 ASSERT_EQ(ntf.entries[1].response_code, 0x05u); in TEST()
1143 ASSERT_EQ(ntf.entries[0].response_code, 0x0Au); in TEST()
1146 ASSERT_EQ(ntf.entries[1].response_code, 0x0Du); in TEST()
Dclient_parser.h140 uint8_t response_code; member
Dstate_machine.cc384 if (entry.response_code != in ProcessGattCtpNotification()
390 entry.ase_id, entry.response_code, entry.reason); in ProcessGattCtpNotification()
Dstate_machine_test.cc1294 uint8_t response_code, uint8_t reason) { in PrepareCtpNotificationError() argument
1295 auto foo = [group, opcode, response_code, reason]( in PrepareCtpNotificationError()
1326 UINT8_TO_STREAM(p, response_code); in PrepareCtpNotificationError()
/packages/modules/Bluetooth/system/include/hardware/
Dbluetooth_headset_interface.h185 virtual bt_status_t AtResponse(bthf_at_response_t response_code,
/packages/modules/Bluetooth/system/btif/src/
Dbtif_hf.cc859 bt_status_t AtResponse(bthf_at_response_t response_code, int error_code,
1162 bt_status_t HeadsetInterface::AtResponse(bthf_at_response_t response_code, in AtResponse() argument
1175 (response_code == BTHF_AT_RESPONSE_OK) ? BTA_AG_OK_DONE : BTA_AG_OK_ERROR, in AtResponse()
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_hfp.cpp800 jint response_code, jint cmee_code, in atResponseCodeNative() argument
814 (bluetooth::headset::bthf_at_response_t)response_code, cmee_code, in atResponseCodeNative()