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

1 2 3 4

  /external/llvm/test/MC/MachO/ARM/
relax-thumb2-branches.s 3 ble Lfoo @ wide encoding
9 ble Lbaz @ narrow encoding
  /external/bluetooth/bluedroid/stack/btm/
btm_ble_addr.c 21 * This file contains functions for BLE address management.
297 (p_dev_rec->ble.key_type & BTM_LE_KEY_PID))
300 SMP_Encrypt(p_dev_rec->ble.keys.irk, BT_OCTET16_LEN,
373 if (p_dev_rec->ble.ble_addr_type != BLE_ADDR_PUBLIC)
375 memcpy(bd_addr, p_dev_rec->ble.static_addr, BD_ADDR_LEN);
377 return p_dev_rec->ble.ble_addr_type;
397 if (p_dev_rec->ble.ble_addr_type == BLE_ADDR_RANDOM &&
400 if ( memcmp(p_dev_rec->ble.static_addr, bd_addr, BD_ADDR_LEN) == 0)
402 p_dev_rec->ble.active_addr_type = BTM_BLE_ADDR_RRA;
432 btm_ble_read_irk_entry(p_dev_rec->ble.static_addr)
    [all...]
btm_ble.c 21 * This file contains functions for BLE device control utilities, and LE
126 p_dev_rec->ble.ble_addr_type = addr_type;
134 p_info->results.ble_addr_type = p_dev_rec->ble.ble_addr_type ;
371 *p_addr_type = p_dev_rec->ble.ble_addr_type;
466 ** Description Set scan parameter used in BLE connection request
618 p_dev_rec->ble.ble_addr_type = p_inq_info->results.ble_addr_type;
621 *p_addr_type = p_dev_rec->ble.ble_addr_type;
798 p_dev_rec->ble.keys.local_counter++;
800 p_dev_rec->ble.keys.counter++;
803 p_dev_rec->ble.keys.local_counter
    [all...]
btm_ble_bgconn.c 21 * This file contains functions for BLE whitelist operation.
84 if (p_dev_rec->ble.ble_addr_type == BLE_ADDR_PUBLIC || !BTM_BLE_IS_RESOLVE_BDA(bd_addr))
90 started = btsnd_hcic_ble_add_white_list (p_dev_rec->ble.ble_addr_type, bd_addr);
92 if (memcmp(p_dev_rec->ble.static_addr, bd_addr, BD_ADDR_LEN) != 0 &&
93 memcmp(p_dev_rec->ble.static_addr, dummy_bda, BD_ADDR_LEN) != 0)
95 started = btsnd_hcic_ble_add_white_list (p_dev_rec->ble.static_addr_type,
96 p_dev_rec->ble.static_addr);
101 if (p_dev_rec->ble.ble_addr_type == BLE_ADDR_PUBLIC || !BTM_BLE_IS_RESOLVE_BDA(bd_addr))
103 started = btsnd_hcic_ble_remove_from_white_list (p_dev_rec->ble.ble_addr_type, bd_addr);
105 if (memcmp(p_dev_rec->ble.static_addr, dummy_bda, BD_ADDR_LEN) != 0 &
    [all...]
  /external/llvm/test/MC/AArch64/
arm64-condbr-without-dots.s 18 ble lbl
  /external/libhevc/common/arm64/
ihevc_inter_pred_luma_copy.s 89 ble end_loops
98 ble end_inner_loop_wd_4
136 ble end_inner_loop_wd_8
169 ble end_inner_loop_wd_16
ihevc_inter_pred_chroma_copy_w16out.s 119 ble end_loops //loop
137 ble end_inner_loop_wd_4
181 ble end_inner_loop_wd_4
  /external/chromium_org/third_party/skia/src/opts/
memset.arm.S 38 ble .Lfinish
62 ble .Lfinish
memset16_neon.S 137 ble memset_end
  /external/skia/src/opts/
memset.arm.S 38 ble .Lfinish
62 ble .Lfinish
memset16_neon.S 136 ble memset_end
  /external/libhevc/common/arm/
ihevc_inter_pred_chroma_copy.s 111 ble end_loops
125 ble end_inner_loop_wd_4
157 ble end_loops
179 ble end_inner_loop_wd_8
206 ble end_loops
226 ble end_inner_loop_wd_16
253 ble end_loops
ihevc_inter_pred_luma_copy.s 89 ble end_loops
98 ble end_inner_loop_wd_4
132 ble end_inner_loop_wd_8
161 ble end_inner_loop_wd_16
  /external/bluetooth/bluedroid/btif/src/
btif_dm.c 134 btif_dm_ble_cb_t ble; member in struct:__anon5681
    [all...]
  /external/ltrace/testsuite/ltrace.main/
parameters2.exp 105 struct ble {
107 struct ble *next;
110 void ll (struct ble *ble);
113 struct ble *b = NULL;
116 struct ble *n = malloc(sizeof(*n));
  /external/bluetooth/bluedroid/vnd/ble/
vendor_ble.c 23 ** Description: This file contains vendor specific feature for BLE
399 UINT8_TO_STREAM(p, p_dev_rec->ble.static_addr_type);
400 BDADDR_TO_STREAM(p, p_dev_rec->ble.static_addr);
408 btm_ble_vendor_enq_irk_pending(p_dev_rec->ble.static_addr, p_dev_rec->bd_addr, FALSE);
553 (p_dev_rec->ble.key_type & BTM_LE_KEY_PID) != 0)
565 ARRAY_TO_STREAM(p, p_dev_rec->ble.keys.irk, BT_OCTET16_LEN);
566 UINT8_TO_STREAM(p, p_dev_rec->ble.static_addr_type);
567 BDADDR_TO_STREAM(p,p_dev_rec->ble.static_addr);
575 btm_ble_vendor_enq_irk_pending(p_dev_rec->ble.static_addr, p_dev_rec->bd_addr, TRUE);
  /external/linux-tools-perf/perf-3.12.0/arch/alpha/lib/
memset.S 45 ble $18,end /* .. E1 */
  /frameworks/av/media/libstagefright/codecs/aacenc/src/asm/ARMV5E/
AutoCorrelation_v5.s 41 ble L136
97 ble L1319
104 ble L1317
140 ble L1312
band_nrg_v5.s 37 ble L212
95 ble L315
  /external/chromium_org/third_party/webrtc/common_audio/signal_processing/
min_max_operations_neon.S 34 ble END_MAX_ABS_VALUE_W16
81 ble EXIT @ Return -1 if length <= 0.
130 ble END_MAX_VALUE_W16
169 ble END_MAX_VALUE_W32
210 ble END_MIN_VALUE_W16
250 ble END_MIN_VALUE_W32
complex_bit_reverse_arm.S 35 ble END
53 ble UPDATE_REGISTERS
cross_correlation_neon.S 56 ble POST_LOOP_DIM_SEQ
72 ble POST_LOOP_DIM_SEQ_RESIDUAL
  /external/bluetooth/bluedroid/stack/
Android.mk 21 $(LOCAL_PATH)/../vnd/ble \
152 ../vnd/ble/vendor_ble.c
  /external/skia/src/core/asm/
s32a_d565_opaque.S 33 ble 1f
  /external/llvm/test/MC/ARM/
thumb2-branches.s 66 ble.w #2046
75 @ CHECK: ble.w #2046 @ encoding: [0x00,0xf0,0xff,0xbb]
209 ble.w #2046
218 @ CHECK: ble.w #2046 @ encoding: [0x00,0xf0,0xff,0xbb]

Completed in 901 milliseconds

1 2 3 4