Searched refs:update_white_list (Results 1 – 3 of 3) sorted by relevance
144 } update_white_list; member
319 arg.update_white_list.add_remove = add_remove; in esp_ble_gap_update_whitelist()320 arg.update_white_list.wl_addr_type = wl_addr_type; in esp_ble_gap_update_whitelist()321 memcpy(arg.update_white_list.remote_bda, remote_bda, sizeof(esp_bd_addr_t)); in esp_ble_gap_update_whitelist()
1475 …BTA_DmUpdateWhiteList(arg->update_white_list.add_remove, arg->update_white_list.remote_bda, arg->u… in btc_gap_ble_call_handler()