Searched refs:btc_gap_bt_args_t (Results 1 – 3 of 3) sorted by relevance
/hal_espressif-latest/components/bt/host/bluedroid/api/ |
D | esp_gap_bt_api.c | 36 btc_gap_bt_args_t arg; in esp_bt_gap_set_scan_mode() 48 …return (btc_transfer_context(&msg, &arg, sizeof(btc_gap_bt_args_t), NULL, NULL) == BT_STATUS_SUCCE… in esp_bt_gap_set_scan_mode() 54 btc_gap_bt_args_t arg; in esp_bt_gap_start_discovery() 78 …return (btc_transfer_context(&msg, &arg, sizeof(btc_gap_bt_args_t), NULL, NULL) == BT_STATUS_SUCCE… in esp_bt_gap_start_discovery() 99 btc_gap_bt_args_t arg; in esp_bt_gap_get_remote_services() 110 …return (btc_transfer_context(&msg, &arg, sizeof(btc_gap_bt_args_t), NULL, NULL) == BT_STATUS_SUCCE… in esp_bt_gap_get_remote_services() 116 btc_gap_bt_args_t arg; in esp_bt_gap_get_remote_service_record() 128 …return (btc_transfer_context(&msg, &arg, sizeof(btc_gap_bt_args_t), NULL, NULL) == BT_STATUS_SUCCE… in esp_bt_gap_get_remote_service_record() 143 btc_gap_bt_args_t arg; in esp_bt_gap_config_eir_data() 169 return (btc_transfer_context(&msg, &arg, sizeof(btc_gap_bt_args_t), btc_gap_bt_arg_deep_copy, in esp_bt_gap_config_eir_data() [all …]
|
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/gap/ |
D | btc_gap_bt.c | 79 static void btc_gap_bt_start_discovery(btc_gap_bt_args_t *arg) in btc_gap_bt_start_discovery() 114 static void btc_gap_bt_get_remote_service_record(btc_gap_bt_args_t *arg) in btc_gap_bt_get_remote_service_record() 584 static void btc_gap_bt_set_cod(btc_gap_bt_args_t *arg) in btc_gap_bt_set_cod() 634 static void btc_gap_bt_read_rssi_delta(btc_gap_bt_args_t *arg) in btc_gap_bt_read_rssi_delta() 639 static esp_err_t btc_gap_bt_remove_bond_device(btc_gap_bt_args_t *arg) in btc_gap_bt_remove_bond_device() 649 static void btc_gap_bt_set_pin_type(btc_gap_bt_args_t *arg){ in btc_gap_bt_set_pin_type() 653 static void btc_gap_bt_pin_reply(btc_gap_bt_args_t *arg){ in btc_gap_bt_pin_reply() 658 static esp_err_t btc_gap_bt_set_security_param(btc_gap_bt_args_t *arg) in btc_gap_bt_set_security_param() 676 static void btc_gap_bt_ssp_passkey_reply(btc_gap_bt_args_t *arg) in btc_gap_bt_ssp_passkey_reply() 681 static void btc_gap_bt_ssp_confirm(btc_gap_bt_args_t *arg) in btc_gap_bt_ssp_confirm() [all …]
|
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/include/ |
D | btc_gap_bt.h | 158 } btc_gap_bt_args_t; typedef
|