HomeSort by relevance Sort by last modified time
    Searched refs:is_primary (Results 1 - 25 of 41) sorted by null

1 2

  /hardware/libhardware/include/hardware/
bt_gatt_types.h 43 uint8_t is_primary; member in struct:__anon24682
  /system/bt/btif/src/
btif_gatt_util.c 121 p_dest->is_primary = p_src->is_primary;
212 p_dest->is_primary = p_src->is_primary;
btif_gatt_server.c 217 srvc_id.is_primary = p_data->create.is_primary;
449 srvc_id.is_primary);
  /system/bt/bta/gatt/
bta_gattc_cache.c 121 APPL_TRACE_ERROR("\t rec[%d] uuid[0x%04x] s_handle[%d] e_handle[%d] is_primary[%d]",
122 i + 1, pp->uuid.uu.uuid16, pp->s_handle, pp->e_handle, pp->is_primary);
301 BOOLEAN is_primary, UINT8 srvc_inst)
321 p_new_srvc->service_uuid.is_primary = is_primary;
595 p_rec->is_primary,
740 tBT_UUID uuid, BOOLEAN is_primary)
754 p_rec->is_primary = is_primary;
    [all...]
bta_gattc_api.c 498 (void *)&p_result->incl_svc_id.is_primary))
540 (void *)&p_result->incl_svc_id.is_primary))
    [all...]
bta_gatts_api.c 152 ** is_primary: is this service a primary one or not.
158 UINT16 num_handle, BOOLEAN is_primary)
170 p_buf->is_pri = is_primary;
bta_gattc_utils.c 535 if (p_src->is_primary == p_tar->is_primary &&
bta_gattc_int.h 286 BOOLEAN is_primary; member in struct:__anon68680
  /system/bt/bta/include/
bta_gatt_api.h 209 BOOLEAN is_primary; member in struct:__anon68866
280 BOOLEAN is_primary; /* used when attribute type is service */ member in struct:__anon68874
495 BOOLEAN is_primary; /* primary service or secondary */ member in struct:__anon68891
559 BOOLEAN is_primary; member in struct:__anon68894
    [all...]
  /system/bt/test/suite/cases/
gatt.c 94 srvc_id.is_primary = 1; // this service is primary.
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_gatt.cpp 52 (srvc_ptr->is_primary ? \
    [all...]
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9.x-google/gcov-src/
gcov-io.h 382 gcov_unsigned_t is_primary; /* this is overloaded to mean two things: member in struct:gcov_module_info
384 (2) means IS_PRIMARY in persistent file or
gcov-io.c 662 mod_info->is_primary = gcov_read_unsigned ();
    [all...]
libgcov-driver.c     [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9.x-google/gcov-src/
gcov-io.h 382 gcov_unsigned_t is_primary; /* this is overloaded to mean two things: member in struct:gcov_module_info
384 (2) means IS_PRIMARY in persistent file or
  /prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9/gcov-src/
gcov-io.h 382 gcov_unsigned_t is_primary; /* this is overloaded to mean two things: member in struct:gcov_module_info
384 (2) means IS_PRIMARY in persistent file or
  /prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/gcov-src/
gcov-io.h 382 gcov_unsigned_t is_primary; /* this is overloaded to mean two things: member in struct:gcov_module_info
384 (2) means IS_PRIMARY in persistent file or
  /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9.x-google/gcov-src/
gcov-io.h 382 gcov_unsigned_t is_primary; /* this is overloaded to mean two things: member in struct:gcov_module_info
384 (2) means IS_PRIMARY in persistent file or
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9.x-google/gcov-src/
gcov-io.h 382 gcov_unsigned_t is_primary; /* this is overloaded to mean two things: member in struct:gcov_module_info
384 (2) means IS_PRIMARY in persistent file or
  /prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9/gcov-src/
gcov-io.h 382 gcov_unsigned_t is_primary; /* this is overloaded to mean two things: member in struct:gcov_module_info
384 (2) means IS_PRIMARY in persistent file or
  /prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/gcov-src/
gcov-io.h 382 gcov_unsigned_t is_primary; /* this is overloaded to mean two things: member in struct:gcov_module_info
384 (2) means IS_PRIMARY in persistent file or
  /system/bt/stack/gatt/
gatt_api.c 215 p_list->asgn_range.is_primary = is_pri;
255 GATT_TRACE_DEBUG ("GATTS_CreateService(success): handles needed:%u s_hdl=%u e_hdl=%u %s[%x] is_primary=%d",
259 p_list->asgn_range.is_primary);
525 p_list->asgn_range.is_primary);
    [all...]
gatt_utils.c 462 if (p_srv->is_primary)
479 void gatts_update_srv_list_elem(UINT8 i_sreg, UINT16 handle, BOOLEAN is_primary)
486 gatt_cb.srv_list[i_sreg].is_primary = is_primary;
    [all...]
gatt_int.h 337 BOOLEAN is_primary; member in struct:srv_list_elem
706 extern void gatts_update_srv_list_elem(UINT8 i_sreg, UINT16 handle, BOOLEAN is_primary);
  /system/bt/stack/include/
gatt_api.h 610 BOOLEAN is_primary; /* primary service or secondary */ member in struct:__anon69638
    [all...]

Completed in 245 milliseconds

1 2