gap.h (07e010b651aa0c21250aae7989f803919cab78d2) | gap.h (891b9fc2698ee1660239b66b4ecf3d9c2affaae8) |
---|---|
1/* 2 * Copyright (C) 2014 BlueKitchen GmbH 3 * 4 * Redistribution and use in source and binary forms, with or without 5 * modification, are permitted provided that the following conditions 6 * are met: 7 * 8 * 1. Redistributions of source code must retain the above copyright --- 540 unchanged lines hidden (view full) --- 549 * @param addr 550 * @param page_scan_repetition_mode 551 * @param clock_offset only used when bit 15 is set - pass 0 if not known 552 * @events: HCI_EVENT_REMOTE_NAME_REQUEST_COMPLETE 553 */ 554int gap_remote_name_request(bd_addr_t addr, uint8_t page_scan_repetition_mode, uint16_t clock_offset); 555 556/** | 1/* 2 * Copyright (C) 2014 BlueKitchen GmbH 3 * 4 * Redistribution and use in source and binary forms, with or without 5 * modification, are permitted provided that the following conditions 6 * are met: 7 * 8 * 1. Redistributions of source code must retain the above copyright --- 540 unchanged lines hidden (view full) --- 549 * @param addr 550 * @param page_scan_repetition_mode 551 * @param clock_offset only used when bit 15 is set - pass 0 if not known 552 * @events: HCI_EVENT_REMOTE_NAME_REQUEST_COMPLETE 553 */ 554int gap_remote_name_request(bd_addr_t addr, uint8_t page_scan_repetition_mode, uint16_t clock_offset); 555 556/** |
557 * @brief Read RSSI 558 * @param con_handle 559 * @events: GAP_EVENT_RSSI_MEASUREMENT 560 */ 561int gap_read_rssi(hci_con_handle_t con_handle); 562 563/** |
|
557 * @brief Legacy Pairing Pin Code Response 558 * @param addr 559 * @param pin 560 * @return 0 if ok 561 */ 562int gap_pin_code_response(bd_addr_t addr, const char * pin); 563 564/** --- 81 unchanged lines hidden --- | 564 * @brief Legacy Pairing Pin Code Response 565 * @param addr 566 * @param pin 567 * @return 0 if ok 568 */ 569int gap_pin_code_response(bd_addr_t addr, const char * pin); 570 571/** --- 81 unchanged lines hidden --- |