Searched refs:response_code (Results 1 – 3 of 3) sorted by relevance
271 void StartupCallback(TPM_RC response_code) { response_code_ = response_code; } in StartupCallback() argument273 void CertifyCallback(TPM_RC response_code, in CertifyCallback() argument276 response_code_ = response_code; in CertifyCallback()
47 uint16_t response_code);332 void bnepu_send_peer_filter_rsp(tBNEP_CONN* p_bcb, uint16_t response_code) { in bnepu_send_peer_filter_rsp() argument347 UINT16_TO_BE_STREAM(p, response_code); in bnepu_send_peer_filter_rsp()1059 uint16_t response_code) { in bnepu_send_peer_multicast_filter_rsp() argument1063 BNEP_TRACE_DEBUG("BNEP sending multicast filter response %d", response_code); in bnepu_send_peer_multicast_filter_rsp()1074 UINT16_TO_BE_STREAM(p, response_code); in bnepu_send_peer_multicast_filter_rsp()
1130 static bt_status_t at_response(bthf_at_response_t response_code, int error_code, in at_response() argument1142 send_at_result((response_code == BTHF_AT_RESPONSE_OK) ? BTA_AG_OK_DONE in at_response()