pbap_client.h (f1b34e8dd9b1fdccaf026fb61fff3e60bf7a0dd7) | pbap_client.h (3a7447a300fd649fa06763a9ebdb11596972740a) |
---|---|
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 --- 62 unchanged lines hidden (view full) --- 71 * @brief Set current folder on PSE 72 * @param pbap_cid 73 * @param path - note: path is not copied 74 * @return status 75 */ 76uint8_t pbap_set_phonebook(uint16_t pbap_cid, const char * path); 77 78/** | 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 --- 62 unchanged lines hidden (view full) --- 71 * @brief Set current folder on PSE 72 * @param pbap_cid 73 * @param path - note: path is not copied 74 * @return status 75 */ 76uint8_t pbap_set_phonebook(uint16_t pbap_cid, const char * path); 77 78/** |
79 * @brief Get size of phone book from PSE 80 * @param pbap_cid 81 * @return status 82 */ 83uint8_t pbap_get_phonebook_size(uint16_t pbap_cid); 84 85/** |
|
79 * @brief Pull phone book from PSE 80 * @param pbap_cid 81 * @return status 82 */ 83 uint8_t pbap_pull_phonebook(uint16_t pbap_cid); 84 85/* API_END */ 86 87#if defined __cplusplus 88} 89#endif 90#endif | 86 * @brief Pull phone book from PSE 87 * @param pbap_cid 88 * @return status 89 */ 90 uint8_t pbap_pull_phonebook(uint16_t pbap_cid); 91 92/* API_END */ 93 94#if defined __cplusplus 95} 96#endif 97#endif |