Searched refs:unat (Results 1 – 5 of 5) sorted by relevance
475 static bt_status_t btc_hf_unat_response(bt_bdaddr_t *bd_addr, const char *unat) in btc_hf_unat_response() argument489 if (unat != NULL) { in btc_hf_unat_response()490 strncpy(ag_res.str, unat, BTA_AG_AT_MAX_LEN); in btc_hf_unat_response()923 if (src->unat_rep.unat == NULL) { in btc_hf_arg_deep_copy()927 dst->unat_rep.unat = (char *)osi_malloc(strlen(src->unat_rep.unat)+1); in btc_hf_arg_deep_copy()928 if(dst->unat_rep.unat) { in btc_hf_arg_deep_copy()929 memcpy(dst->unat_rep.unat, src->unat_rep.unat, strlen(src->unat_rep.unat)+1); in btc_hf_arg_deep_copy()930 } else if (strlen(src->unat_rep.unat) == 0) { in btc_hf_arg_deep_copy()1021 if (arg->unat_rep.unat) { in btc_hf_arg_deep_free()1022 osi_free(arg->unat_rep.unat); in btc_hf_arg_deep_free()[all …]
112 char *unat; /*!< Unknown AT command string */ member362 esp_err_t esp_hf_unat_response(esp_bd_addr_t remote_addr, char *unat);
206 esp_err_t esp_hf_unat_response(esp_bd_addr_t remote_addr, char *unat) in esp_hf_unat_response() argument218 arg.unat_rep.unat = unat; in esp_hf_unat_response()
106 char *unat; member
348 ESP_LOGI(BT_HF_TAG, "--UNKOW AT CMD: %s", param->unat_rep.unat); in bt_app_hf_cb()