hci.h (c7361b2405c783a87afda94cee667fd123839ae0) | hci.h (88f925b1380e6f3279a1bb5853619c27cd034996) |
---|---|
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 --- 519 unchanged lines hidden (view full) --- 528 529 // module handle 530 hci_con_handle_t con_handle; 531 532 // le public, le random, classic 533 bd_addr_type_t address_type; 534 535 // role: 0 - master, 1 - slave | 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 --- 519 unchanged lines hidden (view full) --- 528 529 // module handle 530 hci_con_handle_t con_handle; 531 532 // le public, le random, classic 533 bd_addr_type_t address_type; 534 535 // role: 0 - master, 1 - slave |
536 uint8_t role; | 536 hci_role_t role; |
537 538 // connection state 539 CONNECTION_STATE state; 540 541 // bonding 542 uint32_t bonding_flags; 543 uint8_t bonding_status; 544 --- 1221 unchanged lines hidden --- | 537 538 // connection state 539 CONNECTION_STATE state; 540 541 // bonding 542 uint32_t bonding_flags; 543 uint8_t bonding_status; 544 --- 1221 unchanged lines hidden --- |