HomeSort by relevance Sort by last modified time
    Searched refs:BNEP_SUCCESS (Results 1 - 7 of 7) sorted by null

  /system/bt/stack/bnep/
bnep_api.cc 62 * Returns BNEP_SUCCESS if registered successfully
82 return BNEP_SUCCESS;
124 * Returns BNEP_SUCCESS if connection started
194 return (BNEP_SUCCESS);
207 * Returns BNEP_SUCCESS if connection started
234 else if (resp == BNEP_SUCCESS)
242 if (resp == BNEP_SUCCESS)
273 return (BNEP_SUCCESS);
284 * Returns BNEP_SUCCESS if connection is disconnected
303 return (BNEP_SUCCESS);
    [all...]
bnep_main.cc 102 return BNEP_SUCCESS;
751 (*bnep_cb.p_conn_state_cb)(p_bcb->handle, p_bcb->rem_bda, BNEP_SUCCESS,
bnep_utils.cc 988 result = BNEP_SUCCESS;
    [all...]
  /system/bt/stack/pan/
pan_api.cc 372 if (ret != BNEP_SUCCESS) {
416 if (result != BNEP_SUCCESS) {
546 } else if (result != BNEP_SUCCESS) {
573 } else if (result != BNEP_SUCCESS) {
613 if (result != BNEP_SUCCESS) {
654 if (result != BNEP_SUCCESS) {
pan_main.cc 227 BNEP_ConnectResp(handle, BNEP_SUCCESS);
259 BNEP_ConnectResp(handle, BNEP_SUCCESS);
275 * BNEP_SUCCESS if the connection is up all other
297 if (result != BNEP_SUCCESS) {
547 if (result != BNEP_SUCCESS && result != BNEP_IGNORE_CMD)
  /system/bt/stack/include/
bnep_api.h 49 BNEP_SUCCESS, /* Success */
80 * BNEP_SUCCESS indicates connection is success
212 * Returns BNEP_SUCCESS if registered successfully
245 * Returns BNEP_SUCCESS if connection started
264 * Returns BNEP_SUCCESS if connection started
279 * Returns BNEP_SUCCESS if connection is disconnected
305 * BNEP_SUCCESS - If written successfully
335 * BNEP_SUCCESS - If written successfully
359 * BNEP_SUCCESS - if request sent successfully
386 * BNEP_SUCCESS - if request sent successfull
    [all...]
  /system/bt/bta/pan/
bta_pan_act.cc 222 (tBTA_PAN_STATUS)((result == BNEP_SUCCESS) ? BTA_PAN_SUCCESS
242 (tBTA_PAN_STATUS)((result == BNEP_SUCCESS) ? BTA_PAN_SUCCESS

Completed in 240 milliseconds