Lines Matching full:value
87 * This callback provides service indicator value to the application
90 * @param value service indicator value received from the AG.
92 void (*service)(struct bt_conn *conn, uint32_t value);
95 * This callback provides call indicator value to the application
98 * @param value call indicator value received from the AG.
100 void (*call)(struct bt_conn *conn, uint32_t value);
103 * This callback provides call setup indicator value to the application
106 * @param value call setup indicator value received from the AG.
108 void (*call_setup)(struct bt_conn *conn, uint32_t value);
111 * This callback provides call held indicator value to the application
114 * @param value call held indicator value received from the AG.
116 void (*call_held)(struct bt_conn *conn, uint32_t value);
119 * This callback provides signal indicator value to the application
122 * @param value signal indicator value received from the AG.
124 void (*signal)(struct bt_conn *conn, uint32_t value);
127 * This callback provides roaming indicator value to the application
130 * @param value roaming indicator value received from the AG.
132 void (*roam)(struct bt_conn *conn, uint32_t value);
135 * This callback battery service indicator value to the application
138 * @param value battery indicator value received from the AG.
140 void (*battery)(struct bt_conn *conn, uint32_t value);
167 * @return 0 in case of success or negative value in case of error.
178 * @return 0 in case of success or negative value in case of error.