การอ้างอิงโครงสร้าง btgatt_client_interface_t

การอ้างอิงโครงสร้าง btgatt_client_interface_t

#include < bt_gatt_client.h >

ฟิลด์ข้อมูล

bt_status_t (*  register_client )( bt_uuid_t *uuid)
 
bt_status_t (*  unregister_client )(int client_if)
 
bt_status_t (*  scan )(bool start)
 
bt_status_t (*  connect )(int client_if, const bt_bdaddr_t *bd_addr, bool is_direct, int transport)
 
bt_status_t (*  disconnect )(int client_if, const bt_bdaddr_t *bd_addr, int conn_id)
 
bt_status_t (*  listen )(int client_if, bool start)
 
bt_status_t (*  refresh )(int client_if, const bt_bdaddr_t *bd_addr)
 
bt_status_t (*  search_service )(int conn_id, bt_uuid_t *filter_uuid)
 
bt_status_t (*  read_characteristic )(int conn_id, uint16_t handle, int auth_req)
 
bt_status_t (*  write_characteristic )(int conn_id, uint16_t handle, int write_type, int auth_req, vector< uint8_t > value)
 
bt_status_t (*  read_descriptor )(int conn_id, uint16_t handle, int auth_req)
 
bt_status_t (*  write_descriptor )(int conn_id, uint16_t handle, int write_type, int auth_req, vector< uint8_t > value)
 
bt_status_t (*  execute_write )(int conn_id, int execute)
 
bt_status_t (*  register_for_notification )(int client_if, const bt_bdaddr_t *bd_addr, uint16_t handle)
 
bt_status_t (*  deregister_for_notification )(int client_if, const bt_bdaddr_t *bd_addr, uint16_t handle)
 
bt_status_t (*  read_remote_rssi )(int client_if, const bt_bdaddr_t *bd_addr)
 
bt_status_t (*  scan_filter_param_setup )( btgatt_filt_param_setup_t filt_param)
 
bt_status_t (*  scan_filter_add_remove )(int client_if, int action, int filt_type, int filt_index, int company_id, int company_id_mask, const bt_uuid_t *p_uuid, const bt_uuid_t *p_uuid_mask, const bt_bdaddr_t *bd_addr, char addr_type, vector< uint8_t > data, vector< uint8_t > p_mask)
 
bt_status_t (*  scan_filter_clear )(int client_if, int filt_index)
 
bt_status_t (*  scan_filter_enable )(int client_if, bool enable)
 
int(*  get_device_type )(const bt_bdaddr_t *bd_addr)
 
bt_status_t (*  set_adv_data )(int client_if, bool set_scan_rsp, bool include_name, bool include_txpower, int min_interval, int max_interval, int appearance, vector< uint8_t > manufacturer_data, vector< uint8_t > service_data, vector< uint8_t > service_uuid)
 
bt_status_t (*  configure_mtu )(int conn_id, int mtu)
 
bt_status_t (*  conn_parameter_update )(const bt_bdaddr_t *bd_addr, int min_interval, int max_interval, int latency, int timeout)
 
bt_status_t (*  set_scan_parameters )(int client_if, int scan_interval, int scan_window)
 
bt_status_t (*  multi_adv_enable )(int client_if, int min_interval, int max_interval, int adv_type, int chnl_map, int tx_power, int timeout_s)
 
bt_status_t (*  multi_adv_update )(int client_if, int min_interval, int max_interval, int adv_type, int chnl_map, int tx_power, int timeout_s)
 
bt_status_t (*  multi_adv_set_inst_data )(int client_if, bool set_scan_rsp, bool include_name, bool incl_txpower, int appearance, vector< uint8_t > manufacturer_data, vector< uint8_t > service_data, vector< uint8_t > service_uuid)
 
bt_status_t (*  multi_adv_disable )(int client_if)
 
bt_status_t (*  batchscan_cfg_storage )(int client_if, int batch_scan_full_max, int batch_scan_trunc_max, int batch_scan_notify_threshold)
 
bt_status_t (*  batchscan_enb_batch_scan )(int client_if, int scan_mode, int scan_interval, int scan_window, int addr_type, int discard_rule)
 
bt_status_t (*  batchscan_dis_batch_scan )(int client_if)
 
bt_status_t (*  batchscan_read_reports )(int client_if, int scan_mode)
 
bt_status_t (*  test_command )(int command, btgatt_test_params_t *params)
 
bt_status_t (*  get_gatt_db )(int conn_id)
 

คำอธิบายโดยละเอียด

แสดงอินเทอร์เฟซไคลเอ็นต์ BT-GATT มาตรฐาน

คําจํากัดความที่บรรทัด 274 ของไฟล์ bt_gatt_client.h .

เอกสารประกอบในสนาม

bt_status_t (* batchscan_cfg_storage)(int client_if, int batch_scan_full_max, int batch_scan_trunc_max, int batch_scan_notify_threshold)

คําจํากัดความที่บรรทัด 393 ของไฟล์ bt_gatt_client.h .

bt_status_t (* batchscan_dis_batch_scan)(int client_if)

คําจํากัดความที่บรรทัด 401 ของไฟล์ bt_gatt_client.h .

bt_status_t (* batchscan_enb_batch_scan)(int client_if, int scan_mode, int scan_interval, int scan_window, int addr_type, int discard_rule)

คําจํากัดความที่บรรทัด 397 ของไฟล์ bt_gatt_client.h .

bt_status_t (* batchscan_read_reports)(int client_if, int scan_mode)

คําจํากัดความที่บรรทัด 404 ของไฟล์ bt_gatt_client.h .

bt_status_t (* configure_mtu)(int conn_id, int mtu)

กำหนดค่า MTU สำหรับการเชื่อมต่อหนึ่งๆ

คําจํากัดความที่บรรทัด 367 ของไฟล์ bt_gatt_client.h .

bt_status_t (* conn_parameter_update)(const bt_bdaddr_t *bd_addr, int min_interval, int max_interval, int latency, int timeout)

ขอการอัปเดตพารามิเตอร์การเชื่อมต่อ

คําจํากัดความที่บรรทัด 370 ของไฟล์ bt_gatt_client.h .

bt_status_t (* connect)(int client_if, const bt_bdaddr_t *bd_addr, bool is_direct, int transport)

สร้างการเชื่อมต่อกับอุปกรณ์ LE หรืออุปกรณ์แบบ 2 โหมดระยะไกล

คําจํากัดความที่บรรทัด 285 ของไฟล์ bt_gatt_client.h .

bt_status_t (* deregister_for_notification)(int client_if, const bt_bdaddr_t *bd_addr, uint16_t handle)

ยกเลิกการลงทะเบียนคำขอแจ้งเตือน/การระบุก่อนหน้านี้

คําจํากัดความที่บรรทัด 332 ของไฟล์ bt_gatt_client.h .

bt_status_t (* disconnect)(int client_if, const bt_bdaddr_t *bd_addr, int conn_id)

ยกเลิกการเชื่อมต่ออุปกรณ์ระยะไกลหรือยกเลิกการเชื่อมต่อที่รอดำเนินการ

คําจํากัดความที่บรรทัด 289 ของไฟล์ bt_gatt_client.h .

bt_status_t (* execute_write)(int conn_id, int execute)

ดำเนินการเขียนที่เตรียมไว้

คําจํากัดความที่บรรทัด 322 ของไฟล์ bt_gatt_client.h .

int(* get_device_type)(const bt_bdaddr_t *bd_addr)

ระบุประเภทของอุปกรณ์ระยะไกล (LE, BR/EDR, โหมดคู่)

คําจํากัดความที่บรรทัด 357 ของไฟล์ bt_gatt_client.h .

bt_status_t (* get_gatt_db)(int conn_id)

รับเนื้อหา gatt db

คําจํากัดความที่บรรทัด 410 ของไฟล์ bt_gatt_client.h .

bt_status_t (* listen)(int client_if, bool start)

เริ่มหรือหยุดการโฆษณาเพื่อรอการเชื่อมต่อขาเข้า

คําจํากัดความที่บรรทัด 293 ของไฟล์ bt_gatt_client.h .

bt_status_t (* multi_adv_disable)(int client_if)

คําจํากัดความที่บรรทัด 390 ของไฟล์ bt_gatt_client.h .

bt_status_t (* multi_adv_enable)(int client_if, int min_interval, int max_interval, int adv_type, int chnl_map, int tx_power, int timeout_s)

คําจํากัดความที่บรรทัด 377 ของไฟล์ bt_gatt_client.h .

bt_status_t (* multi_adv_set_inst_data)(int client_if, bool set_scan_rsp, bool include_name, bool incl_txpower, int appearance, vector< uint8_t > manufacturer_data, vector< uint8_t > service_data, vector< uint8_t > service_uuid)

คําจํากัดความที่บรรทัด 385 ของไฟล์ bt_gatt_client.h .

bt_status_t (* multi_adv_update)(int client_if, int min_interval, int max_interval, int adv_type, int chnl_map, int tx_power, int timeout_s)

คําจํากัดความที่บรรทัด 381 ของไฟล์ bt_gatt_client.h .

bt_status_t (* read_characteristic)(int conn_id, uint16_t handle, int auth_req)

อ่านลักษณะในอุปกรณ์ระยะไกล

คําจํากัดความที่บรรทัด 305 ของไฟล์ bt_gatt_client.h .

bt_status_t (* read_descriptor)(int conn_id, uint16_t handle, int auth_req)

อ่านตัวบ่งชี้สำหรับลักษณะหนึ่งๆ

คําจํากัดความที่บรรทัด 314 ของไฟล์ bt_gatt_client.h .

bt_status_t (* read_remote_rssi)(int client_if, const bt_bdaddr_t *bd_addr)

ขอ RSSI สำหรับอุปกรณ์ระยะไกลที่ระบุ

คําจํากัดความที่บรรทัด 336 ของไฟล์ bt_gatt_client.h .

bt_status_t (* refresh)(int client_if, const bt_bdaddr_t *bd_addr)

ล้างแคชแอตทริบิวต์ของอุปกรณ์หนึ่งๆ

คําจํากัดความที่บรรทัด 296 ของไฟล์ bt_gatt_client.h .

bt_status_t (* register_client)( bt_uuid_t *uuid)

ลงทะเบียนแอปพลิเคชันไคลเอ็นต์ GATT กับสแต็ก

คําจํากัดความที่บรรทัด 276 ของไฟล์ bt_gatt_client.h .

bt_status_t (* register_for_notification)(int client_if, const bt_bdaddr_t *bd_addr, uint16_t handle)

ลงทะเบียนเพื่อรับการแจ้งเตือนหรือตัวบ่งชี้สำหรับลักษณะหนึ่งๆ

คําจํากัดความที่บรรทัด 328 ของไฟล์ bt_gatt_client.h .

bt_status_t (* scan)(bool start)

เริ่มหรือหยุดการสแกนอุปกรณ์ LE

คําจํากัดความที่บรรทัด 282 ของไฟล์ bt_gatt_client.h .

bt_status_t (* scan_filter_add_remove)(int client_if, int action, int filt_type, int filt_index, int company_id, int company_id_mask, const bt_uuid_t *p_uuid, const bt_uuid_t *p_uuid_mask, const bt_bdaddr_t *bd_addr, char addr_type, vector< uint8_t > data, vector< uint8_t > p_mask)

กำหนดค่าเงื่อนไขตัวกรองการสแกน

คําจํากัดความที่บรรทัด 343 ของไฟล์ bt_gatt_client.h .

bt_status_t (* scan_filter_clear)(int client_if, int filt_index)

ล้างเงื่อนไขตัวกรองการสแกนทั้งหมดสำหรับดัชนีตัวกรองที่เฉพาะเจาะจง

คําจํากัดความที่บรรทัด 351 ของไฟล์ bt_gatt_client.h .

bt_status_t (* scan_filter_enable)(int client_if, bool enable)

เปิด / ปิดใช้ฟีเจอร์ตัวกรองการสแกน

คําจํากัดความที่บรรทัด 354 ของไฟล์ bt_gatt_client.h .

bt_status_t (* scan_filter_param_setup)( btgatt_filt_param_setup_t filt_param)

ตั้งค่าพารามิเตอร์ตัวกรองการสแกน

คําจํากัดความที่บรรทัด 339 ของไฟล์ bt_gatt_client.h .

bt_status_t (* search_service)(int conn_id, bt_uuid_t *filter_uuid)

แจกแจงบริการ GATT ทั้งหมดในอุปกรณ์ที่เชื่อมต่อ คุณอาจกรองผลลัพธ์สำหรับ UUID หนึ่งๆ ก็ได้

คําจํากัดความที่บรรทัด 302 ของไฟล์ bt_gatt_client.h .

bt_status_t (* set_adv_data)(int client_if, bool set_scan_rsp, bool include_name, bool include_txpower, int min_interval, int max_interval, int appearance, vector< uint8_t > manufacturer_data, vector< uint8_t > service_data, vector< uint8_t > service_uuid)

ตั้งค่าข้อมูลการโฆษณาหรือข้อมูลการตอบกลับการสแกน

คําจํากัดความที่บรรทัด 360 ของไฟล์ bt_gatt_client.h .

bt_status_t (* set_scan_parameters)(int client_if, int scan_interval, int scan_window)

ตั้งค่าช่วงเวลาและกรอบเวลาการสแกน LE เป็นหน่วย N*0.625 มิลลิวินาที

คําจํากัดความที่บรรทัด 374 ของไฟล์ bt_gatt_client.h .

bt_status_t (* test_command)(int command, btgatt_test_params_t *params)

อินเทอร์เฟซโหมดทดสอบ

คําจํากัดความที่บรรทัด 407 ของไฟล์ bt_gatt_client.h .

bt_status_t (* unregister_client)(int client_if)

ยกเลิกการลงทะเบียนแอปพลิเคชันไคลเอ็นต์จากสแต็ก

คําจํากัดความที่บรรทัด 279 ของไฟล์ bt_gatt_client.h .

bt_status_t (* write_characteristic)(int conn_id, uint16_t handle, int write_type, int auth_req, vector< uint8_t > value)

เขียนลักษณะเฉพาะระยะไกล

คําจํากัดความที่บรรทัด 309 ของไฟล์ bt_gatt_client.h .

bt_status_t (* write_descriptor)(int conn_id, uint16_t handle, int write_type, int auth_req, vector< uint8_t > value)

เขียนตัวระบุระยะไกลสำหรับแอตทริบิวต์หนึ่งๆ

คําจํากัดความที่บรรทัด 317 ของไฟล์ bt_gatt_client.h .


เอกสารประกอบสำหรับโครงสร้างนี้สร้างขึ้นจากไฟล์ต่อไปนี้